remove PHP 7.2 from allowed failures and handle master like all 7 versions

(to fix missing PHP Unit)
This commit is contained in:
Ralf Becker 2018-04-09 16:12:23 +02:00
parent 98376b5908
commit 6db1513a6a

View File

@ -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;