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 01:19:53 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-10-20 01:19:53 +0400
commitcd917213dae800b6036451181721ac61e5ad340d (patch)
tree0b40f3bc875ac057e277dce71fc78b6d922c3b4c /tests/travis
parenta1a4097ccf3d29e4df1b5be01de76d6e9ea44edd (diff)
initiate ui tests again
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/initiate_ui_tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/travis/initiate_ui_tests.sh b/tests/travis/initiate_ui_tests.sh
index 3dc5a3d9b1..c3efd8af09 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\.5* ]]; then
+if [ "$TEST_SUITE" != "SystemTests" ] || [[ "$TRAVIS_PHP_VERSION" != 5\.4* ]]; then
echo "Not initiating UI tests (\$TEST_SUITE = $TEST_SUITE, \$TRAVIS_PHP_VERSION = $TRAVIS_PHP_VERSION)."
exit
fi
@@ -29,4 +29,4 @@ git remote set-url origin "https://piwik-auto-commit-bot:$PIWIK_AUTOMATION@githu
if ! git push origin $UI_BRANCH 2> /dev/null; then
echo "Failed to push!"
exit 1
-fi \ No newline at end of file
+fi