We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b48147 commit df29c68Copy full SHA for df29c68
.travis.yml
@@ -5,7 +5,6 @@ php:
5
- 7.0
6
- 7.1
7
- 7.2
8
- - 7.3
9
10
# This triggers builds to run on the new TravisCI infrastructure.
11
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -16,20 +15,4 @@ cache:
16
15
directories:
17
- $HOME/.composer/cache
18
19
-env:
20
- global:
21
- - symfony="*"
22
-
23
-matrix:
24
- include:
25
- - php: 5.6
26
- env: symfony="^2.1"
27
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
35
script: composer install --prefer-dist --no-interaction
0 commit comments