From 133d33489758c182002740698919a1cc7b908896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 7 Jan 2017 00:10:39 +0100 Subject: [PATCH 1/2] Fix: Run build on PHP7.1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b572987e1..feeb0d679 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: php php: - 5.6 - 7.0 - - 7.1.0RC3 + - 7.1 - hhvm sudo: false @@ -25,4 +25,4 @@ script: matrix: allow_failures: - - php: 7.1.0RC3 + - php: 7.1 From 6a7c407490d9018c103b1727e259339b5643201e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 7 Jan 2017 12:04:55 +0100 Subject: [PATCH 2/2] Fix: Require builds on PHP7.1 to pass --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index feeb0d679..7327252d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,3 @@ install: script: - vendor/bin/phpcs - vendor/bin/phpunit --coverage-text --exclude-group integration - -matrix: - allow_failures: - - php: 7.1