enable php 7.1 build
This commit is contained in:
parent
4c7c84b17e
commit
b72ffbdc98
|
|
@ -6,11 +6,13 @@ 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.0
|
- php: 7.0
|
||||||
|
- php: 7.1
|
||||||
## - php: hhvm
|
## - php: hhvm
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue