Skip to content

Commit

Permalink
Testing build support for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Dec 12, 2019
1 parent 915958c commit 42d5cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -9,6 +9,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4
- nightly

matrix:
Expand All @@ -28,4 +29,4 @@ script: vendor/bin/phpunit --coverage-clover=coverage.clover

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

0 comments on commit 42d5cca

Please sign in to comment.