From 0403bdf6681fac77e7bf4bee24048acd2eea6fc8 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sat, 23 Jan 2016 20:45:33 +0000 Subject: [PATCH] Remove PHP7/HHVM from the allowed failures list --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8958661d..c145e9bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,6 @@ php: - 7.0 - hhvm -matrix: - allow_failures: - - php: 7.0 - - php: hhvm - # omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use before_script: