Skip to content

Commit df29c68

Browse files
authored
Update .travis.yml
1 parent 0b48147 commit df29c68

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.travis.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ php:
55
- 7.0
66
- 7.1
77
- 7.2
8-
- 7.3
98

109
# This triggers builds to run on the new TravisCI infrastructure.
1110
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -16,20 +15,4 @@ cache:
1615
directories:
1716
- $HOME/.composer/cache
1817

19-
env:
20-
global:
21-
- symfony="*"
22-
23-
matrix:
24-
include:
25-
- php: 5.6
26-
env: symfony="^2.1"
27-
- php: 5.6
28-
env: symfony="^3"
29-
- php: 7.1
30-
env: symfony="^4"
31-
32-
install:
33-
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi
34-
3518
script: composer install --prefer-dist --no-interaction

0 commit comments

Comments
 (0)