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:
authorPiwik Automation <hello@piwik.org>2015-07-19 03:28:38 +0300
committerPiwik Automation <hello@piwik.org>2015-07-19 03:28:38 +0300
commit2f99a9912a9652f2bf12780ab25ca188a4f7da12 (patch)
tree3c7abed38d5a49fd96c58f58899d1ee9f115ea42 /.travis.yml
parent7ba8141615f1511d00aa6200330d9d366a32083a (diff)
.travis.yml file is out of date, auto-updating .travis.yml file.
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 7c14851a39..d55f9f4ee0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -102,7 +102,7 @@ install:
- '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install'
- - export GENERATE_TRAVIS_YML_COMMAND="php ./console generate:travis-yml --core --verbose"
+ - 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'