From 9ae5112aa9d906a551ed7c77e7641a6450a3d287 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 9 Apr 2018 16:12:23 +0200 Subject: [PATCH] remove PHP 7.2 from allowed failures and handle master like all 7 versions (to fix missing PHP Unit) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb702a39c2..efeef104fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ php: matrix: fast_finish: true allow_failures: - - php: 7.2 - php: master services: @@ -34,7 +33,7 @@ before_script: phpenv config-rm xdebug.ini; composer require 'phpunit/phpunit:~5.7'; ;; - "7"|"7.0"|"7.1"|"7.2"|"7.3") + "7"|"7.0"|"7.1"|"7.2"|"7.3"|"master") yes "" | pecl install apcu; echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; phpenv config-rm xdebug.ini;