Expand to test on 7.1 and nightly builds
HHVM and Nightly builds are allowed failures
This commit is contained in:
parent
57f38f3193
commit
283a730230
1 changed files with 11 additions and 1 deletions
12
.travis.yml
12
.travis.yml
|
@ -6,11 +6,21 @@ php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
|
- 7.1
|
||||||
|
- nightly
|
||||||
- hhvm
|
- hhvm
|
||||||
|
- hhvm-nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
include:
|
||||||
|
- php: nightly
|
||||||
|
env: ALLOW_FAILURE=1
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
env: ALLOW_FAILURE=1
|
||||||
|
- php: hhvm-nightly
|
||||||
|
env: ALLOW_FAILURE=1
|
||||||
|
allow_failures:
|
||||||
|
- env: ALLOW_FAILURE=1
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue