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 ca4056b commit fcbf5aaCopy full SHA for fcbf5aa
.travis.yml
@@ -8,13 +8,9 @@ matrix:
8
fast_finish: true
9
include:
10
- php: 7.3
11
- env: SYMFONY_VERSION='~3.4.0'
12
- - php: 7.3
13
- env: SYMFONY_VERSION='~4.0'
14
15
before_script:
16
- phpenv config-add travis.php.ini
17
- - if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
18
- composer update --prefer-source -o --no-interaction
19
20
script: vendor/bin/phpunit -c phpunit.xml.dist
0 commit comments