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-10 17:25:22 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-10 17:25:22 +0400
commit6566ca9a5d81319d9c9204c76f58864b5517f0c1 (patch)
tree557379b453329ead7a65f91e3802901afeb3e9aa /tests/PHPUnit/travis.sh
parentd26d86bb6860899f8f005036c5799d5ccc0be4e2 (diff)
Use Arial everywhere in screenshot tests.
Diffstat (limited to 'tests/PHPUnit/travis.sh')
-rwxr-xr-xtests/PHPUnit/travis.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index a64e077be7..c798c40a06 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -23,9 +23,9 @@ then
if [ -n "$PLUGIN_NAME" ]
then
- phantomjs ../lib/screenshot-testing/run-tests.js --store-in-ui-tests-repo --use-github-expected ActionsDataTable
- else
phantomjs ../lib/screenshot-testing/run-tests.js --use-github-expected $PLUGIN_NAME
+ else
+ phantomjs ../lib/screenshot-testing/run-tests.js --store-in-ui-tests-repo --use-github-expected
fi
else
phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors