Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Feb 12, 2020
1 parent b9cbe01 commit 24ea70a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ matrix:
env: setup=lowest symfony="^5"
- php: 7.4
env: setup=lowest symfony="^5"
allow_failures:
- php: 5.6
- php: 7.4

install:
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi
Expand Down

0 comments on commit 24ea70a

Please sign in to comment.