Skip to content

Commit

Permalink
Merge pull request #34 from GawainLynch/travis
Browse files Browse the repository at this point in the history
[Travis] Add PHP 7.1 and move 7.0 to a required pass
  • Loading branch information
GwendolenLynch authored Nov 23, 2016
2 parents f23da35 + 5b2b028 commit 3d307b7
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 @@ -6,12 +6,13 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
fast_finish: true
allow_failures:
- php: 7.0
- php: 7.1
- php: hhvm

before_script:
Expand Down

0 comments on commit 3d307b7

Please sign in to comment.