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-07-15 23:50:14 +0300
committerdiosmosis <benaka@piwik.pro>2015-07-15 23:50:14 +0300
commit98657805af2e4b25b675c5c89541ea26e1cc9bac (patch)
treefced2eab7728ba6ad17d66b5b39b79bc1a0058f2 /.travis.yml
parent8ef8455f60e6a02de84638743571956389dbc61c (diff)
Always add --verbose to self reference command in .travis.yml for autoupdate, and add check for first non-PR job to .travis.yml so plugin builds that use older Piwik versions won't fail when the .travis.yml is different.
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 1978075cd8..0ade517e44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -138,7 +138,7 @@ before_script:
- ./tests/travis/setup_webserver.sh
- export GENERATE_TRAVIS_YML_COMMAND="php ./console generate:travis-yml --core --verbose"
- - ./tests/travis/autoupdate_travis_yml.sh
+ - '[[ "$TRAVIS_JOB_NUMBER" != *.1 || "$TRAVIS_PULL_REQUEST" != "false" ]] || ./tests/travis/autoupdate_travis_yml.sh'
- cd tests/PHPUnit