1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Testing against PHP nightly, but allowing it to fail

This commit is contained in:
Marco Pivetta 2016-06-19 08:41:00 +02:00
parent 163dac4a91
commit ed7f658437

View File

@ -4,7 +4,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
- hhvm
env:
@ -64,6 +64,8 @@ matrix:
exclude:
- php: hhvm
env: DB=pgsql # driver for PostgreSQL currently unsupported by HHVM, requires 3rd party dependency
allow_failures:
- php: nightly
sudo: false