From 1cc9fcd5778b4c8e2c0a5281be3585e6776d90e6 Mon Sep 17 00:00:00 2001 From: Gavin Staniforth Date: Sat, 8 Oct 2016 21:06:57 +0100 Subject: [PATCH] chore: remove travis rule allowing php7 to fail --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 710c4e5..cbc55a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,3 @@ before_script: composer install --dev --prefer-source notifications: email: "douglas@usemarkup.com" - -matrix: - allow_failures: - - php: 7.1