summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2019-07-10 10:22:56 +0200
committerjvoisin2019-07-10 10:28:21 +0200
commit935d7bd7b599a04aba8ea956cee688211ad54fe6 (patch)
tree8607d3ab82e77acb0432b6b5f19d3347b56a60d2
parent56e0163ab968421601bee2f3d2206e9cda122ddd (diff)
Re-enable PHP7.4 support
It seems that the snapshot was fixed, and that the bug is gone (https://externals.io/message/105884)
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9596726..7eade9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,8 +33,6 @@ 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"
38 - env: TARGET="gcc php nightly novld" CC="gcc" 36 - env: TARGET="gcc php nightly novld" CC="gcc"
39 php: "nightly" 37 php: "nightly"
40 38