mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
disallow php7 failures on travis
This commit is contained in:
parent
5cad406795
commit
730ed5227c
@ -7,10 +7,6 @@ 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")
|
||||
|
Loading…
Reference in New Issue
Block a user