From 0842156032d68457e8a2a53df6ab155979aa3e3b Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Thu, 27 Oct 2016 21:10:27 +0200
Subject: [PATCH] allow 7.1 failures until it's released #1682

---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5e928c117..55963a030 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,9 @@ env:
   - DISABLE_FUNCTIONS="gzopen"
 matrix:
   allow_failures:
-    - php: "hhvm"
+    - php:
+        - "hhvm"
+        - "7.1"
 notifications:
   irc:
     channels:
-- 
GitLab