Skip to content

Commit

Permalink
Merge pull request #530 from alcaeus/test-php7.4-snapshot
Browse files Browse the repository at this point in the history
Add PHP 7.4snapshot to build pipeline
  • Loading branch information
alcaeus authored Feb 11, 2019
2 parents 195f98b + bc862a1 commit 8eb057d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo: false
php:
- 7.2
- 7.3
- 7.4snapshot

env:
global:
Expand Down Expand Up @@ -42,3 +43,6 @@ script:
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

allow_failures:
- php: 7.4snapshot

0 comments on commit 8eb057d

Please sign in to comment.