Travis: Allow PHP nightly builds to fail

This commit is contained in:
Daniel Rudolf 2015-11-25 20:04:46 +01:00
parent 20387e0bf9
commit b198ad48c6

View file

@ -8,6 +8,11 @@ php:
- hhvm
- nightly
matrix:
allow_failures:
- php: nightly
fast-finish: true
script:
- find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null