1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00

allow php7 failures until phpdbg code coverage doesn't break

This commit is contained in:
Daniel Lowrey 2015-08-04 11:17:22 -04:00
parent 98f609a99a
commit 32e295aa95

View File

@ -7,6 +7,10 @@ php:
- 5.6
- 7
matrix:
allow_failures:
- php: 7.0
before_script:
- phpenv rehash
- php -r 'exit((int) (PHP_MAJOR_VERSION < 7));' || (yes "" | pecl install "channel://pecl.php.net/libevent-0.1.0")