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 <benaka@piwik.pro>2015-09-22 08:18:14 +0300
committerdiosmosis <benaka@piwik.pro>2015-10-27 07:45:41 +0300
commit7be17db4b1aaf72752ed5e940c7fe8377784bab2 (patch)
tree1fc30dc4bd3dc924490fd1f21ab005ae271a6939 /.travis.yml
parent1d8222d9a0fdeb1b74139707dd125ad28aa798c8 (diff)
Disable travis autoupdate for now.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 13f3746920..134bc5ee8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -103,7 +103,7 @@ install:
- git fetch -q
- export GENERATE_TRAVIS_YML_COMMAND="php ./tests/travis/generator/main.php generate:travis-yml --core --verbose"
- - '[[ "$TRAVIS_JOB_NUMBER" != *.1 || "$TRAVIS_PULL_REQUEST" != "false" ]] || ./tests/travis/autoupdate_travis_yml.sh'
+ #- '[[ "$TRAVIS_JOB_NUMBER" != *.1 || "$TRAVIS_PULL_REQUEST" != "false" ]] || ./tests/travis/autoupdate_travis_yml.sh'
- '[ ! -f ./tests/travis/install_mysql_5.6.sh ] || ./tests/travis/install_mysql_5.6.sh'