From 481dcb89422d23be2ac3383b4410a2286493b476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 1 Dec 2019 15:42:54 +0100 Subject: [PATCH] Allow failure of php7.4snapshot on Travis. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6cf5ea20..3ede2849 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,4 +40,6 @@ after_success: - bash <(curl -s https://codecov.io/bash) matrix: - fast_finish: true \ No newline at end of file + fast_finish: true + allow_failures: + - php: 7.4snapshot \ No newline at end of file