Skip to content

Commit

Permalink
Merge pull request #1138 from carusogabriel/patch-1
Browse files Browse the repository at this point in the history
Remove PHP 7.4 from `allow_failures` matrix
  • Loading branch information
goetas authored Nov 1, 2019
2 parents 16b9aaa + b138281 commit d95fa2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ matrix:
- php: 7.3
- php: "7.4snapshot"
fast_finish: true
allow_failures:
- php: "7.4snapshot"

install:
- if [ -x .travis/install_${TARGET}.sh ]; then .travis/install_${TARGET}.sh; fi;
Expand Down

0 comments on commit d95fa2b

Please sign in to comment.