Merge pull request #1147 from nelmio/TRAVIS

Update Travis config
This commit is contained in:
Guilhem N 2017-12-17 10:52:11 +01:00 committed by GitHub
commit a6ff145195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,9 @@ matrix:
include:
- php: 7.0
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 7.1
env: SF_4="true"
before_install:
- phpenv config-rm xdebug.ini
- if [ "$SF_4" == "true" ]; then composer config minimum-stability dev; fi
- if [ "$SF_4" == "true" ]; then composer require symfony/symfony:4.0.* --dev --no-update; fi
- if [ "$SF_4" == "true" ]; then composer require jms/serializer-bundle:dev-master --dev --no-update; fi
install: composer update $COMPOSER_FLAGS --prefer-stable