Skip to content

Commit

Permalink
Update .travis.yml (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-petrov authored Feb 12, 2020
1 parent 3d5bead commit 880cf95
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
Expand All @@ -32,8 +32,10 @@ matrix:
env: setup=lowest symfony="^4"
- php: 7.2
env: setup=lowest symfony="^5"
allow_failures:
- php: 7.4snapshot
- php: 7.3
env: setup=lowest symfony="^5"
- php: 7.4
env: setup=lowest symfony="^5"

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

0 comments on commit 880cf95

Please sign in to comment.