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-08-12 20:36:04 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-12 20:36:04 +0400
commitb9d0b4e9ccb873844a7708269cc0176bda7b1d8b (patch)
tree336f79c4ff85507f7a9d440222b0a4e7703c60c0 /tests/travis
parentb4277de900c8d152762832dc69d0be4646c182fa (diff)
Refs #5962, referencing correct location of generated when diffing in autoupdating travis.yml script.
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/autoupdate_travis_yml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/autoupdate_travis_yml.sh b/tests/travis/autoupdate_travis_yml.sh
index 5f06a0e9df..03aab7c598 100755
--- a/tests/travis/autoupdate_travis_yml.sh
+++ b/tests/travis/autoupdate_travis_yml.sh
@@ -20,7 +20,7 @@ fi
echo "Diffing generated with existing (located at `pwd`/.travis.yml)..."
-diff .travis.yml generated.travis.yml > /dev/null
+diff .travis.yml $PIWIK_ROOT_DIR/generated.travis.yml > /dev/null
DIFF_RESULT=$?
echo ""