Travis: Allow PHP nightly builds to fail
This commit is contained in:
parent
20387e0bf9
commit
b198ad48c6
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue