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:39:39 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-12 20:39:39 +0400
commitd183cffd956865c0d8c81e5d3794da90915bb3d0 (patch)
treef087f691acd9dc6fda19255c2e2fdbb1f0203660 /tests/travis
parentb9d0b4e9ccb873844a7708269cc0176bda7b1d8b (diff)
Refs #5962, fixing last commit (not applied to every place).
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/autoupdate_travis_yml.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/travis/autoupdate_travis_yml.sh b/tests/travis/autoupdate_travis_yml.sh
index 03aab7c598..98c8c18d81 100755
--- a/tests/travis/autoupdate_travis_yml.sh
+++ b/tests/travis/autoupdate_travis_yml.sh
@@ -27,7 +27,7 @@ echo ""
if [ "$DIFF_RESULT" -eq "1" ]; then
if [ "$GITHUB_USER_TOKEN" != "" ]; then
- cp generated.travis.yml .travis.yml
+ cp $PIWIK_ROOT_DIR/generated.travis.yml .travis.yml
LAST_COMMIT_MESSAGE=$(git log -1 HEAD --pretty=format:%s)
@@ -61,7 +61,7 @@ if [ "$DIFF_RESULT" -eq "1" ]; then
echo ""
echo "Generated .travis.yml:"
echo ""
- cat generated.travis.yml
+ cat $PIWIK_ROOT_DIR/generated.travis.yml
else
echo "${RED}Your .travis.yml file is out of date! Please update it using the generate:travis-yml command.${RESET}"
fi