From aacbeec7d4f602b1ec44ca4a80839d2034623196 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Mon, 11 Feb 2019 06:40:12 +0100 Subject: [PATCH] Add PHP 7.4snapshot to build pipeline --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index cbdc99bf..b2c10f0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4snapshot jobs: include: @@ -44,3 +45,6 @@ install: script: - vendor/bin/phpunit + +allow_failures: + - php: 7.4snapshot