From 32e295aa95e81b119130b9a2513a64c6b4be6114 Mon Sep 17 00:00:00 2001 From: Daniel Lowrey Date: Tue, 4 Aug 2015 11:17:22 -0400 Subject: [PATCH] allow php7 failures until phpdbg code coverage doesn't break --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7f42ab2..477dea4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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")