From d6d5a4eb25aabd5df3ed6c1bca11fca9effb9036 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 30 Jul 2014 14:47:57 +0200 Subject: [PATCH] Do allow PHP5.6 to fail anymore as it is in RC phase now we should be able to report bugs if they occur. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 230b50fcd6..7217ac69fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,11 @@ php: - hhvm - hhvm-nightly -# run build against PHP 5.6 and hhvm but allow them to fail +# run build against hhvm but allow them to fail # http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail matrix: fast_finish: true allow_failures: - - php: 5.6 - php: hhvm - php: hhvm-nightly