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:
Josh Sherman 2014-09-17 13:09:22 -04:00
parent e77d15f1f2
commit 45310527cf

View file

@ -6,11 +6,11 @@ php:
- 5.5
- 5.6
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: 5.6
- php: hhvm
- php: hhvm-nightly
install:
- composer install