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:
parent
5cad406795
commit
730ed5227c
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user