From 4bd22e5ef149af62245c23e97962bc69a47de42a Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Tue, 12 Jul 2016 08:47:04 +0200 Subject: Allow build failures for PHP 7.0 and HHVM. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d0eac46..52eec87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,10 @@ php: - 7.0 - hhvm +matrix: + allow_failures: + - php: 7.0 + - php: hhvm + script: - ./scripts/cibuild.sh -- cgit v1.2.3