allow PHP 7.3 to fail in Travis

as pear.php.net is down and it has no cache with missing PEAR packages yet :(
This commit is contained in:
Ralf Becker 2019-02-07 22:31:35 +01:00
parent b7c0fce767
commit f36ffc1a44

View File

@ -10,6 +10,8 @@ matrix:
fast_finish: true
allow_failures:
- php: master
# allow 7.3 to fail, as pear.php.net is down and it has no cache with missing PEAR packages yet :(
- php: 7.3
services:
- memcached