Update .travis.yml
This commit is contained in:
parent
5ec1604416
commit
cae6f00a9b
|
@ -2,11 +2,13 @@ sudo: false
|
|||
language: php
|
||||
php:
|
||||
- 7.1
|
||||
- 5.6
|
||||
- hhvm
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 7.1
|
||||
- php: 5.6
|
||||
- php: hhvm
|
||||
- php: nightly
|
||||
fast_finish: true
|
||||
|
|
Loading…
Reference in New Issue