Travis: Allow PHP nightly builds to fail

pico-3.0-alpha
Daniel Rudolf 10 years ago
parent 20387e0bf9
commit b198ad48c6
  1. 5
      .travis.yml

@ -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…
Cancel
Save