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 /tests/travis
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 'tests/travis')
-rwxr-xr-xtests/travis/initiate_ui_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/initiate_ui_tests.sh b/tests/travis/initiate_ui_tests.sh
index bcbbbed050..3278e51724 100755
--- a/tests/travis/initiate_ui_tests.sh
+++ b/tests/travis/initiate_ui_tests.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# only initiate UI tests after integration tests for php 5.5 are completed
+# initiate UI tests before starting integration tests for php 5.5
if [ "$TEST_SUITE" != "IntegrationTests" ] || [[ "$TRAVIS_PHP_VERSION" != 5\.5* ]]; then
echo "Not initiating UI tests (\$TEST_SUITE = $TEST_SUITE, \$TRAVIS_PHP_VERSION = $TRAVIS_PHP_VERSION)."
exit