From 738778c89639839c8dbb1dfaabead81a26f8f4a7 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Thu, 27 Oct 2016 22:14:13 +0200
Subject: [PATCH] disable 7.1 testing completely

currently phpseclib throws an error (about a deprecated function).
errors do not count as failures, so we can't skip them. so for now
7.1 testing is removed again.
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 55963a030..9898ed565 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
 language: php
 sudo: false
 php:
-  - "7.1"
   - "7.0"
   - "5.6"
   - "5.5"
@@ -15,7 +14,6 @@ matrix:
   allow_failures:
     - php:
         - "hhvm"
-        - "7.1"
 notifications:
   irc:
     channels:
-- 
GitLab