Merge pull request #1041 from nelmio/tests

Fix tests
This commit is contained in:
Guilhem Niot 2017-07-25 10:08:59 +02:00 committed by GitHub
commit a7641db83f

View File

@ -29,6 +29,7 @@ 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 friendsofsymfony/rest-bundle:dev-master --dev --no-update; fi
install: composer update $COMPOSER_FLAGS --prefer-stable