diff --git a/.travis.yml b/.travis.yml index 60a7f88244..7f820cc97e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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