disable 7.1 and hhvm build as they currently do not work
This commit is contained in:
parent
b919d58bac
commit
24c440b0ab
|
|
@ -6,14 +6,12 @@ php:
|
|||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- hhvm
|
||||
## - hhvm
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 7.0
|
||||
- php: 7.1
|
||||
- php: hhvm
|
||||
## - php: hhvm
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
|
|||
Loading…
Reference in New Issue