From 3fa24c5d8192971a4c80bfda18168f192e2bb7af Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 15 Aug 2019 19:44:17 +0200 Subject: [PATCH] Updated build from PHP 7.4 to 7.4snapshot --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 849626e2..335a9130 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,11 @@ branches: php: - '7.2' - '7.3' - - '7.4' + - '7.4snapshot' matrix: allow_failures: - - php: '7.4' + - php: '7.4snapshot' services: - mysql