Skip to content

Commit

Permalink
Add newer PHP versions (allowing some to fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Jul 16, 2018
1 parent c934f43 commit 117ed47
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 117ed47

Please sign in to comment.