Travis: Allow PHP nightly builds to fail
This commit is contained in:
parent
20387e0bf9
commit
b198ad48c6
@ -8,6 +8,11 @@ php:
|
|||||||
- hhvm
|
- hhvm
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: nightly
|
||||||
|
fast-finish: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null
|
- find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user