Skip to content

Commit

Permalink
Enable vld for php7.3 and php7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Dec 13, 2020
1 parent efec261 commit 85c1fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ matrix:
php: "7.2"
- env: TARGET="gcc php7.3" CC="gcc"
php: "7.3"
- env: TARGET="gcc php7.4 novld" CC="gcc"
- env: TARGET="gcc php7.4" CC="gcc"
php: "7.4"
- env: TARGET="gcc php nightly novld" CC="gcc"
- env: TARGET="gcc php nightly" CC="gcc"
php: "nightly"
allow_failures:
- env: TARGET="gcc php nightly novld" CC="gcc"
Expand Down

0 comments on commit 85c1fbc

Please sign in to comment.