diff options
| author | jvoisin | 2019-01-01 17:27:39 +0100 |
|---|---|---|
| committer | jvoisin | 2019-01-01 17:27:39 +0100 |
| commit | 92041aa849a602cbf7df025a940221ec93235237 (patch) | |
| tree | f75eb0bfcd5bd15d259c857dcd2fb029105f9356 | |
| parent | cfe234cdf821a1272f271401a85d307b493fe8c9 (diff) | |
Fix the build
Snuffleupagus doesn't support php7.4 for now
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3c241b5..e12468a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -45,6 +45,8 @@ matrix: | |||
| 45 | php: nightly | 45 | php: nightly |
| 46 | - env: TARGET="clang php7.3" CC="clang" # https://bugs.llvm.org/show_bug.cgi?id=9295 | 46 | - env: TARGET="clang php7.3" CC="clang" # https://bugs.llvm.org/show_bug.cgi?id=9295 |
| 47 | php: '7.3' | 47 | php: '7.3' |
| 48 | - env: TARGET="gcc php nightly" CC="gcc" | ||
| 49 | php: nightly | ||
| 48 | 50 | ||
| 49 | script: | 51 | script: |
| 50 | - 'if [[ ! "${TARGET}" = *"nightly"* ]]; then | 52 | - 'if [[ ! "${TARGET}" = *"nightly"* ]]; then |
