From 42a9489f11ff6056efea3d1cd7494195833eef2d Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 10 Feb 2014 19:49:26 +0000 Subject: [PATCH] Updated travis.yml --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 804f979e..d37bd586 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,6 @@ php: - 5.4 - 5.5 - hhvm -matrix: - allow_failures: - - php: hhvm branches: except: - v0.5 @@ -15,3 +12,7 @@ branches: - documentation services: redis-server script: phpunit -c phpunit.xml.travisci +matrix: + allow_failures: + - php: hhvm + fast_finish: true