Updated php environments to test against
5.6 and hhvm are no longer allowed failures. hhvm-nightly as been added as an allowed failure.
This commit is contained in:
parent
e77d15f1f2
commit
45310527cf
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- hhvm
|
- hhvm
|
||||||
|
- hhvm-nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 5.6
|
- php: hhvm-nightly
|
||||||
- php: hhvm
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue