Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.travis.yml file is out of date, auto-updating .travis.yml file.
  • Loading branch information
Piwik Automation committed Jul 22, 2015
1 parent bd30530 commit 76479a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -88,16 +88,16 @@ before_install:
- '[[ "$TRAVIS_PHP_VERSION" == 5.3* ]] && export USE_ZEND_ALLOC=0 || true'

install:
- '[ ! -f ./tests/travis/install_mysql_5.6.sh ] || ./tests/travis/install_mysql_5.6.sh'

# Make sure we use Python 2.6
- '[ ! -f ./tests/travis/install_python_2.6.sh ] || ./tests/travis/install_python_2.6.sh'

- 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'

- '[ ! -f ./tests/travis/install_mysql_5.6.sh ] || ./tests/travis/install_mysql_5.6.sh'

# Make sure we use Python 2.6
- '[ ! -f ./tests/travis/install_python_2.6.sh ] || ./tests/travis/install_python_2.6.sh'

- ./tests/travis/configure_git.sh

# travis now complains about this failing 9 times out of 10, so removing it
Expand Down

0 comments on commit 76479a8

Please sign in to comment.