Skip to content

Commit

Permalink
Update Travis CI PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Nov 16, 2019
1 parent 0c39068 commit 2d43697
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
language: php
dist: trusty

php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly

matrix:
allow_failures:
- php: hhvm
- php: nightly
fast_finish: true

Expand Down Expand Up @@ -43,7 +44,7 @@ after_script:

# Upload coverage report when running PHP 7.2
- |
if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]
if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]
then
travis_retry wget --no-verbose https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
Expand Down

0 comments on commit 2d43697

Please sign in to comment.