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 21:34:53 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-12 21:34:53 +0400
commitff39a028986924c94932e3ec0a9e5cb0745a662c (patch)
treefb1be8c13727e2c7a00bf56aa0cfa0e3e2e959a2 /tests
parentb91e35d3f50e6ae96722ab4b9ee09b5c62239d0b (diff)
Tweaking 'not doing travis.yml out of date check' message in autoupdate .travis.yml script [ci skip]
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/autoupdate_travis_yml.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/travis/autoupdate_travis_yml.sh b/tests/travis/autoupdate_travis_yml.sh
index 6fffd73886..d39dcbde3a 100755
--- a/tests/travis/autoupdate_travis_yml.sh
+++ b/tests/travis/autoupdate_travis_yml.sh
@@ -55,10 +55,12 @@ if [ "$DIFF_RESULT" -eq "1" ]; then
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."
+ echo "Building for pull request, old commit or not first job, so skipping .travis.yml out of date check."
echo ""
echo "TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST"
echo "TRAVIS_JOB_NUMBER=$TRAVIS_JOB_NUMBER"
+ echo "LATEST_COMMIT_HASH=$LATEST_COMMIT_HASH"
+ echo "CURRENT_COMMIT_HASH=$CURRENT_COMMIT_HASH"
fi
fi