From a91ab600c63cac0aa348bb41a3bbfaf16fdf8f1e Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Wed, 21 Sep 2016 12:45:50 +0100 Subject: [PATCH] allow travis failures in php 7.1 for now --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index cbc55a9..710c4e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,7 @@ before_script: composer install --dev --prefer-source notifications: email: "douglas@usemarkup.com" + +matrix: + allow_failures: + - php: 7.1