Skip to content

Commit

Permalink
use 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Møller authored Mar 6, 2020
1 parent a1d3edc commit 6670981
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
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

before_script:
- travis_retry composer self-update
Expand All @@ -13,4 +14,4 @@ script:

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.xml
- php ocular.phar code-coverage:upload --format=php-clover coverage.xml

0 comments on commit 6670981

Please sign in to comment.