From 6ccb07ec4d161f9a2d90ef127ffc0dba382fe620 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Wed, 13 Jan 2016 13:20:48 -0500 Subject: [PATCH] Disallow PHP 7 failures PHP 7 is now stable and Travis is using these stable builds for testing --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 38352ca..fc09e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,6 @@ php: sudo: false matrix: - allow_failures: - - php: 7.0 include: - php: 5.4 env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'