diff options
| author | jvoisin | 2019-06-12 20:49:02 +0200 |
|---|---|---|
| committer | jvoisin | 2019-06-12 20:49:02 +0200 |
| commit | db20c8ddf4d5c068e20bbce1f6d283c9eb06119a (patch) | |
| tree | f416621311689058c1c5b1a0ddcf70f9f930d12c | |
| parent | 3fe0d2800290c626c4d9b6146f96de1d46c25eec (diff) | |
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.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7eade9f..9596726 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -33,6 +33,8 @@ matrix: | |||
| 33 | - env: TARGET="gcc php nightly novld" CC="gcc" | 33 | - env: TARGET="gcc php nightly novld" CC="gcc" |
| 34 | php: "nightly" | 34 | php: "nightly" |
| 35 | allow_failures: | 35 | allow_failures: |
| 36 | - env: TARGET="gcc php7.4 novld" CC="gcc" | ||
| 37 | php: "7.4snapshot" | ||
| 36 | - env: TARGET="gcc php nightly novld" CC="gcc" | 38 | - env: TARGET="gcc php nightly novld" CC="gcc" |
| 37 | php: "nightly" | 39 | php: "nightly" |
| 38 | 40 | ||
