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-19 03:03:07 +0300
committerdiosmosis <benaka@piwik.pro>2015-07-19 03:03:17 +0300
commit73e6d5253074f4b0d017a20bbb5cffcdc60eb93f (patch)
treee29d7b74487ca0caf09e0865f334523dfa2c925f /.travis.yml
parentfc87d6a189b5b0742fd8d4029ffea0fde15fa3ce (diff)
Checkout correct travis-scripts in travis builds and execute audoupdate directly after composer install.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 35eb5c3b11..42dddae525 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -100,6 +100,9 @@ install:
- '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install'
+ - export GENERATE_TRAVIS_YML_COMMAND="php ./console generate:travis-yml --core --verbose"
+ - '[[ "$TRAVIS_JOB_NUMBER" != *.1 || "$TRAVIS_PULL_REQUEST" != "false" ]] || ./tests/travis/autoupdate_travis_yml.sh'
+
before_script:
- phpenv config-rm xdebug.ini;
@@ -136,9 +139,6 @@ before_script:
- ./tests/travis/prepare.sh
- ./tests/travis/setup_webserver.sh
- - export GENERATE_TRAVIS_YML_COMMAND="php ./console generate:travis-yml --core --verbose"
- - '[[ "$TRAVIS_JOB_NUMBER" != *.1 || "$TRAVIS_PULL_REQUEST" != "false" ]] || ./tests/travis/autoupdate_travis_yml.sh'
-
- cd tests/PHPUnit
after_script: