Skip to content

Commit

Permalink
Merge pull request #1128 from schmittjoh/allow-failure-on7.4-snapshot
Browse files Browse the repository at this point in the history
Allow failures on php "7.4snapshot" (waiting for stable symfony 4.4)
  • Loading branch information
goetas authored Sep 20, 2019
2 parents 7344ef9 + 9878921 commit 7ede68b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ matrix:
- php: 7.2
env: TARGET=cs
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 7ede68b

Please sign in to comment.