From 4cb36c2fbb381d8148cfd048a2152160c7ac29e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 24 Aug 2019 09:26:55 +0200 Subject: [PATCH 1/2] Fix: Use 7.4snapshot to build on PHP 7.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e5c13e5f6d..926723080f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ php: - 7.1 - 7.2 - 7.3 - - nightly + - 7.4snapshot cache: directories: From 14a9c42eb47e7bc3278959ef508e945224a4cc55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 24 Aug 2019 09:35:59 +0200 Subject: [PATCH 2/2] Fix: Allow nightly builds to fail --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 926723080f..1edd9c6f27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,11 @@ php: - 7.1 - 7.2 - 7.3 - - 7.4snapshot + - nightly + +matrix: + allow_failures: + - nightly cache: directories: