From b0d1eaafc2571757764a68dae80ccdc741a815e2 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 23 Jun 2015 08:50:36 +0100 Subject: [PATCH] Allow HHVM to fail, also fast finish --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index c1537e6f..6b739622 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,11 @@ php: - 5.5 - 5.6 - hhvm + +matrix: + allow_failures: + - php: hhvm + fast_finish: true sudo: false