Skip to content

Commit

Permalink
allow failures on php "7.4snapshot" (waiting for stable symfony 4.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Sep 20, 2019
1 parent 7344ef9 commit 9878921
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 9878921

Please sign in to comment.