From fdd571bee1e88f55e038107f1990b096c7d7db34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Sun, 8 Dec 2019 17:56:48 +0100 Subject: [PATCH] Wait for travis to update php 7.4 images https://travis-ci.community/t/some-extensions-are-missing-in-php-7-4-0-zip-gmp-sodium/6320/8 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 366e843..0ce77cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ services: php: - 7.2 - 7.3 - - 7.4 + # https://travis-ci.community/t/some-extensions-are-missing-in-php-7-4-0-zip-gmp-sodium/6320/8 + # - 7.4 addons: postgresql: 9.5