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:
authormattab <matthieu.aubry@gmail.com>2013-10-17 09:24:45 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-17 09:24:45 +0400
commit6c835f7c43aad5e51e6fbf594ceb193264f18c08 (patch)
tree96c04eaab8a77add6fdc02777187b1fd81ffd370 /tests/PHPUnit/travis.sh
parent7567afaf1483a8bd4547df6ff16933a0908ae8e4 (diff)
fix typo
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 eb4ff6e78b..f56c44af95 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -15,7 +15,7 @@ else
if [ "$TEST_DIR" = "UI" ]
then
echo ""
- echo "View UI failures (if any) here http://builds-artifacts.piwik.org/ui-tests.master/$TRAVIS_JOB_NUMBER/screenshot-diffs/diffviewer.html."
+ echo "View UI failures (if any) here http://builds-artifacts.piwik.org/ui-tests.master/$TRAVIS_JOB_NUMBER/screenshot-diffs/diffviewer.html"
echo "If the new screenshots are valid, then you can copy them over to tests/PHPUnit/UI/expected-ui-screenshots/."
echo ""
fi