mirror of
https://github.com/danog/amp.git
synced 2025-01-22 05:11:42 +01:00
Allow failures on nightly
This commit is contained in:
parent
bb51720818
commit
302a5c714c
@ -9,6 +9,11 @@ php:
|
||||
- 7.1
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
fast_finish: true
|
||||
|
||||
install:
|
||||
- if [ "$TRAVIS_PHP_VERSION" != "5.5" ] && [ "$TRAVIS_PHP_VERSION" != "5.6" ] ; then
|
||||
git clone https://github.com/libuv/libuv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user