Skip to content

Commit fcbf5aa

Browse files
committed
only support symfony 4.x for now...
1 parent ca4056b commit fcbf5aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@ matrix:
88
fast_finish: true
99
include:
1010
- php: 7.3
11-
env: SYMFONY_VERSION='~3.4.0'
12-
- php: 7.3
13-
env: SYMFONY_VERSION='~4.0'
1411

1512
before_script:
1613
- phpenv config-add travis.php.ini
17-
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
1814
- composer update --prefer-source -o --no-interaction
1915

2016
script: vendor/bin/phpunit -c phpunit.xml.dist

0 commit comments

Comments
 (0)