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-10-27 07:51:45 +0300
committerdiosmosis <benaka@piwik.pro>2015-10-27 07:51:45 +0300
commit36e619faeefc813240f01c2658f720a1b22b6f69 (patch)
tree2bea9937af1a345127594eb2795651d3e9b46d8f /.travis.yml
parentea304e55bc9b7765703bf036addab28b063d40d3 (diff)
Regenerate core .travis.yml & see if autoupdate works.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 10 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 1deaf7fb3b..e7ea2dde06 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,14 +20,15 @@ services:
addons:
apt:
sources:
- - deadsnakes
+ - deadsnakes
+
packages:
- - python2.6
- - python2.6-dev
- - mysql-server-5.6
- - nginx
- - realpath
- - lftp
+ - python2.6
+ - python2.6-dev
+ - mysql-server-5.6
+ - nginx
+ - realpath
+ - lftp
# Separate different test suites
env:
@@ -114,8 +115,8 @@ before_install:
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'
+ - export GENERATE_TRAVIS_YML_COMMAND="php ./tests/travis/generator/main.php generate:travis-yml --core --sudo-false --verbose"
+ - '[[ "$TRAVIS_JOB_NUMBER" != *.1 || "$TRAVIS_PULL_REQUEST" != "false" ]] || ./tests/travis/autoupdate_travis_yml.sh'
- ./tests/travis/configure_git.sh