From bfc715504306a03a30a021f5a26895e5059f559f Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Sun, 15 Sep 2019 18:55:13 +0200 Subject: [PATCH] Add 7.4snapshot to travis build matrix. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index af4b802a..b616839e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ env: matrix: include: + - php: 7.4snapshot + allow_failures: true - php: 7.3 env: SNIFF=1 - php: 5.5