1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 17:37:50 +01:00

disallow php7 failures on travis

This commit is contained in:
Daniel Lowrey 2015-08-07 11:15:21 -04:00
parent 5cad406795
commit 730ed5227c

View File

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