Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-08-19 01:19:29 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-08-19 01:19:29 +0400
commit1c274da64dd6ea5d681efd3808883f61942f951a (patch)
tree1f264ac60bbf1a243fbecb64dd403532797c361c /.travis.yml
parent5254d5edfd37b1f139ddb34df205592c66282703 (diff)
Refs #4087, rewrote UI integration tests to use phantomjs or slimerjs and added (disabled) UI tests to travis build config.
Notes: * Modified main page-loading JavaScript to use ajaxHelper so it's possible to know when all AJAX requests are made. * Add setUrl method to ajaxHelper so it can be used when a doing AJAX w/ a URL instead of an object containing query parameters.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5a28f29340..0ade48a0fe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,10 @@ env:
- TEST_SUITE=PluginTests
- TEST_SUITE=CoreTests
- TEST_SUITE=IntegrationTests
+ #- TEST_DIR=UI
global:
secure: "AMhZmPZx4SUcuZRBzGHlQPxzM4D8FvFB3UThDa52gbi9KIBrwcumzV2VGi6B\n5fgjwtB4XTE1In7qhY2HMikPWBmWYYOQ5QcMPJsqqHt4iMmahx8WKzne6NOk\nNpqAuje/fulNGeP2LJZi0nrub3Fh4VwXaOvpNloKNQN/2JuqPtM="
-
+
# Run PHP 5.4 for aa tests to generate
# code coverage.