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>2014-03-20 04:00:06 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-20 04:00:06 +0400
commite4b1c9c738d8ee9db0bea59a79c4c9373168ccd0 (patch)
tree7019f23e4f70e9512ef0d218befb7e824870c9b5 /.travis.yml
parentf3a53e2536e41f1c9ab70e50b62893715a7e6ea8 (diff)
Refs #4739 Run the UI tests build as early as possible so we don't have to wait 30 minutes to see screenshots
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 f64314362b..3b4d5b496d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,6 +58,7 @@ matrix:
script: ./travis.sh
before_script:
+ - ./tests/travis/initiate_ui_tests.sh
- composer self-update
- composer install
- uname -a
@@ -73,7 +74,6 @@ after_success:
- ./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