Skip to content

Commit 880cf95

Browse files
author
sergiy-petrov
authored
Update .travis.yml (#215)
1 parent 3d5bead commit 880cf95

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ php:
66
- 7.1
77
- 7.2
88
- 7.3
9-
- 7.4snapshot
9+
- 7.4
1010

1111
# This triggers builds to run on the new TravisCI infrastructure.
1212
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -32,8 +32,10 @@ matrix:
3232
env: setup=lowest symfony="^4"
3333
- php: 7.2
3434
env: setup=lowest symfony="^5"
35-
allow_failures:
36-
- php: 7.4snapshot
35+
- php: 7.3
36+
env: setup=lowest symfony="^5"
37+
- php: 7.4
38+
env: setup=lowest symfony="^5"
3739

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

0 commit comments

Comments
 (0)