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:
authormattab <matthieu.aubry@gmail.com>2013-11-22 06:21:18 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-22 06:21:18 +0400
commit5e644be468448be0707e5e23c0ef2103f38dfc63 (patch)
tree3171befc8869a20f4c4ea3aa5f33a915db8106f2 /.travis.yml
parent23cbf8cf19a04a6d3cd3045f47a15d4749d9bc4b (diff)
Refs #4087 #4189 We would like ui tests build to run every commit even when the Integration tests fail. This will help know exactly which commit introduced a regression.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e64cd580c5..1f5335a15e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,10 +38,10 @@ before_script:
after_success:
- cd $TRAVIS_BUILD_DIR
- - ./tests/travis/initiate_ui_tests.sh
- ./tests/travis/generate_docs.sh
after_script:
+ - ./tests/travis/initiate_ui_tests.sh
- cat /var/log/nginx/error.log
- cat $TRAVIS_BUILD_DIR/tmp/php-fpm.log
- cat $TRAVIS_BUILD_DIR/tmp/logs/piwik.log