From 65b76e4d4bf6cd6017d8764026ae4fc991c86a21 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Tue, 15 Dec 2015 10:03:08 +0000 Subject: [PATCH] Stop allowing failures for PHP 7.0. Since this branch is now officially released we need to support it. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6157dbe40..af3b7c41e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ php: matrix: allow_failures: - php: hhvm - - php: 7.0 before_script: composer install --dev script: phpunit --configuration tools/phpunit after_script: -- GitLab