1
0
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:
Aaron Piotrowski 2017-02-17 00:02:04 -06:00
parent bb51720818
commit 302a5c714c

View File

@ -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;