Skip to content

Commit

Permalink
Update PHP versions for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Xethron committed Nov 20, 2016
1 parent e436f54 commit f04b95b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

before_script:
Expand All @@ -14,6 +16,7 @@ script: phpunit

matrix:
allow_failures:
- php: 5.6
- php: 5.4
- php: 7.1
- php: hhvm
fast_finish: true

0 comments on commit f04b95b

Please sign in to comment.