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 <thomas.steur@googlemail.com>2014-10-16 23:57:38 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-16 23:57:38 +0400
commit4cc1ea913a4b29202efd94623e02bc6d3cfe2f55 (patch)
tree3ffecdc0659c0b978481fa900a828f04e219104b /tests/travis
parent6ea5668f83d5c5803765be3156c470e03afe959c (diff)
refs #6413 fix script error
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/travis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh
index d10b7fb8da..83ad825e0d 100755
--- a/tests/travis/travis.sh
+++ b/tests/travis/travis.sh
@@ -59,6 +59,7 @@ then
phantomjs ../lib/screenshot-testing/run-tests.js --store-in-ui-tests-repo --persist-fixture-data --assume-artifacts
fi
elif [ "$TEST_SUITE" = "AllTests" ]
+ then
travis_wait ./../../console tests:run --options="--colors --configuration phpunit.xml"
else
if [ -n "$PLUGIN_NAME" ]