diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-07-09 19:20:32 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-07-09 19:20:43 +0100 |
| commit | 54ce1a4b27f0d0ca7c3fd5f135eac9ffa19bf515 (patch) | |
| tree | d704294fa82133f04923efccf1dee8057008d831 /.travis.yml | |
| parent | 796b11334af87f88ddfb4b259b2f0457b49679a9 (diff) | |
| download | webtrees-54ce1a4b27f0d0ca7c3fd5f135eac9ffa19bf515.tar.gz webtrees-54ce1a4b27f0d0ca7c3fd5f135eac9ffa19bf515.tar.bz2 webtrees-54ce1a4b27f0d0ca7c3fd5f135eac9ffa19bf515.zip | |
Travis-CI - test against PHP 7.1
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 47a1a8e49f..57a0f9e5f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,15 @@ language: php php: - - 7.0 - - 5.6 - - 5.5 - - 5.4 - 5.3 + - 5.4 + - 5.5 + - 5.6 + - 7.0 + - nightly - hhvm -## Travis is faster if we do not need sudo +## Non-sudo environments are faster sudo: false ## Cache composer bits @@ -16,9 +17,9 @@ cache: directories: - $HOME/.composer/cache -install: +before_script: - travis_retry composer config github-oauth.github.com "${GITHUB_OAUTH_TOKEN}" - - travis_retry composer update --prefer-dist --no-interaction + - travis_retry composer update script: - phpunit --coverage-clover tests/clover.xml |
