From 5848c0d9201e41bcd79c96362e46597b8052d118 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 7 Nov 2014 00:57:29 +0000 Subject: [PATCH] Failure is not an option anymore with hhvm --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46b87578..11ebf1ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,6 @@ php: - 5.6 - hhvm -matrix: - allow_failures: - - php: hhvm - before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev