From db20c8ddf4d5c068e20bbce1f6d283c9eb06119a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 12 Jun 2019 20:49:02 +0200 Subject: Add failure on php7.4 snapshots, for now Since PHP7.4 isn't released yet and is^w might break snuffleupagus, we're allowing the testsuite to fail on it, until there is a proper release. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7eade9f..9596726 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,8 @@ matrix: - env: TARGET="gcc php nightly novld" CC="gcc" php: "nightly" allow_failures: + - env: TARGET="gcc php7.4 novld" CC="gcc" + php: "7.4snapshot" - env: TARGET="gcc php nightly novld" CC="gcc" php: "nightly" -- cgit v1.3