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