From d847f6d9bdfc6abb922e771a67bf7526f6c6f255 Mon Sep 17 00:00:00 2001 From: Aaron Scherer Date: Fri, 15 Jan 2016 16:54:40 -0600 Subject: [PATCH] Require PHP 7 to pass travis tests --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b98f5039..57eec6ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,6 @@ env: - NEO_VERSION="2.2.2" - NEO_VERSION="2.2.3" -matrix: - allow_failures: - - php: 7.0 - - before_install: - wget dist.neo4j.org/neo4j-community-$NEO_VERSION-unix.tar.gz > null - tar -xzf neo4j-community-$NEO_VERSION-unix.tar.gz > null