From 5798db38d643c894b307884db6f4dfa6a5faf877 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 17 Oct 2017 12:37:33 +0200 Subject: [PATCH] Clean up and allow PHP 7.2 and PHP 7.3 to fail --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37d0c47299..cfb152692b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ php: matrix: fast_finish: true + allow_failures: + - php: 7.2 + - php: master services: - memcached @@ -34,15 +37,12 @@ before_script: phpenv config-rm xdebug.ini; composer require 'phpunit/phpunit:~5.7'; ;; - "7"|"7.0"|"7.1") + "7"|"7.0"|"7.1"|"7.2"|"7.3") yes "" | pecl install apcu; echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; phpenv config-rm xdebug.ini; composer require 'phpunit/phpunit:~6.3'; ;; - "hhvm") - composer require 'phpunit/phpunit:~5.7'; - ;; esac #- php -m - sed 's/^update = git stash -q/update = \#git stash -q/g' .mrconfig