Add PHP 7.1 to Travis
This commit is contained in:
parent
a1f8551ccb
commit
3cf1bd9a7c
|
@ -4,10 +4,12 @@ php:
|
|||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- hhvm
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 7.1
|
||||
- php: hhvm
|
||||
|
||||
cache:
|
||||
|
|
Loading…
Reference in New Issue