Expand to test on 7.1 and nightly builds

HHVM and Nightly builds are allowed failures
This commit is contained in:
Josh Sherman 2017-05-28 12:21:59 -05:00
parent 57f38f3193
commit 283a730230
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -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