Skip to content

Commit

Permalink
Merge pull request #250 from lcobucci/modify-supported-versions
Browse files Browse the repository at this point in the history
Add newer PHP versions (allowing some to fail)
  • Loading branch information
lcobucci authored Jul 29, 2018
2 parents c934f43 + 117ed47 commit ac083fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
- hhvm
- hhvm-nightly

matrix:
allow_failures:
- php: 7.1
- php: 7.2
- php: nightly
- php: hhvm
- php: hhvm-nightly

before_script:
Expand Down

0 comments on commit ac083fa

Please sign in to comment.