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 abee835 commit 8e6caba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: php
dist: trusty

php:
- 5.5
Expand Down Expand Up @@ -26,7 +27,7 @@ script:

after_script:
- |
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 8e6caba

Please sign in to comment.