From 30419ba0d493bfb31589689b5e40cc0e2f43d538 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 18 Aug 2019 17:18:12 +0200 Subject: [PATCH] Travis: test against PHP 7.4 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 52d497fe..e3825631 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ php: - "7.1" - "7.2" - "7.3" + - "7.4snapshot" sudo: false @@ -16,6 +17,12 @@ cache: - vendor - $HOME/.composer/cache +jobs: + fast_finish: true + allow_failures: + # Allow failures for unstable builds. + - php: "7.4snapshot" + install: - composer install --no-interaction --prefer-source