From ec72246e9c5cea1d2707b921fa9ea80d654629cc Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Sat, 5 Dec 2015 15:04:19 +0100 Subject: [PATCH] allow travis failure on hhvm and nightly --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2674be1..aec7876 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,12 @@ addons: #- shellcheck +matrix: + allow_failures: + - php: hhvm + - php: nightly + + before_script: