Add PHP 7.0 into the build script.
This commit is contained in:
parent
f359825cb7
commit
3981e01489
|
|
@ -5,10 +5,12 @@ php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
|
- 7.0
|
||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- php: 7.0
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue