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
path: root/tests
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-12 20:11:05 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-12 20:11:05 +0400
commit9ce2aa752eb6d598d36682fcbd9330e5f561e04c (patch)
treef2bcf0588a8ea4b4293071095223e54d08e43bd3 /tests
parent8c5c05595390683ef32f9ab7852e786b2ae9f80c (diff)
Refs #5962, adding some more debug output to autoupdate .travis.yml script.
Diffstat (limited to 'tests')
-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 2833a58b36..de969c3b0b 100755
--- a/tests/travis/autoupdate_travis_yml.sh
+++ b/tests/travis/autoupdate_travis_yml.sh
@@ -50,7 +50,7 @@ if [ "$DIFF_RESULT" -eq "1" ]; then
git remote set-url origin "https://$GITHUB_USER_TOKEN:@github.com/$TRAVIS_REPO_SLUG.git"
if ! git push origin $TRAVIS_BRANCH 2> /dev/null; then
- echo "Failed to push!"
+ echo "Failed to push to https://github.com/$TRAVIS_REPO_SLUG.git!"
fi
else
echo "Building for pull request or not first job, skipping .travis.yml out of date check."