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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-13 22:08:37 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-13 22:08:37 +0400
commit0eb9d127e6ccba448f667be702d27f180ca39c53 (patch)
treed34632954d2d848d5bdcaa6e261912c132bc92cc /tests/PHPUnit/travis.sh
parente9df0abd842af15b2979c5c7dd9bcbe0800a7c91 (diff)
Re-enable full UI tests build & fix random composer travis failure.
Diffstat (limited to 'tests/PHPUnit/travis.sh')
-rwxr-xr-xtests/PHPUnit/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index c4bc7db505..c9f4892459 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -32,7 +32,7 @@ then
then
phantomjs ../lib/screenshot-testing/run-tests.js --assume-artifacts --persist-fixture-data --screenshot-repo=$TRAVIS_REPO_SLUG $PLUGIN_NAME
else
- phantomjs ../lib/screenshot-testing/run-tests.js --store-in-ui-tests-repo --persist-fixture-data --assume-artifacts Installation Updater Login
+ phantomjs ../lib/screenshot-testing/run-tests.js --store-in-ui-tests-repo --persist-fixture-data --assume-artifacts
fi
else
if [ -n "$PLUGIN_NAME" ]