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:
authorThomas Steur <tsteur@users.noreply.github.com>2014-10-20 04:47:16 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-10-20 04:47:16 +0400
commitf1030c5f86b5b3226a01db9c0e1b697e7e888e15 (patch)
tree3e6b35cce5fc0827ff00b66f1a926b566c203619 /tests/travis
parent14249929581a4037820fc135c6bf0a309885b811 (diff)
initiate ui tests again
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 c3efd8af09..f9c1559ce6 100755
--- a/tests/travis/initiate_ui_tests.sh
+++ b/tests/travis/initiate_ui_tests.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# initiate UI tests before starting system tests for php 5.5
-if [ "$TEST_SUITE" != "SystemTests" ] || [[ "$TRAVIS_PHP_VERSION" != 5\.4* ]]; then
+if [ "$TEST_SUITE" != "SystemTests" ] || [[ "$TRAVIS_PHP_VERSION" != 5\.6* ]]; then
echo "Not initiating UI tests (\$TEST_SUITE = $TEST_SUITE, \$TRAVIS_PHP_VERSION = $TRAVIS_PHP_VERSION)."
exit
fi