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 21:06:36 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-12 21:06:41 +0400
commit55a1f2d9d3e97bad8ef702baee6606b665a12a41 (patch)
tree48dab6f5a4ad50c3c9c1d5d2f51d126bfdd0aeed /tests/travis
parent39c3c78a3141c093fc634fd15be18cee56c8f5c8 (diff)
Debugging autoupdate travis.yml script. [ci skip]
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/autoupdate_travis_yml.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/travis/autoupdate_travis_yml.sh b/tests/travis/autoupdate_travis_yml.sh
index ae61b622f6..20f51f7d9b 100755
--- a/tests/travis/autoupdate_travis_yml.sh
+++ b/tests/travis/autoupdate_travis_yml.sh
@@ -41,6 +41,8 @@ if [ "$DIFF_RESULT" -eq "1" ]; then
if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then
$PIWIK_ROOT_DIR/tests/travis/configure_git.sh # re-configure in case git hasn't been configured yet
+ git status
+
git add .travis.yml
git commit -m ".travis.yml file is out of date, auto-updating .travis.yml file."