File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ matrix:
29
29
before_script :
30
30
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
31
31
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
32
- - composer update ${COMPOSER_FLAGS} --prefer-stable -- no-interaction
32
+ - composer update ${COMPOSER_FLAGS} --no-interaction
33
33
34
34
script :
35
35
- vendor/bin/phpunit --coverage-clover clover
Original file line number Diff line number Diff line change 38
38
"symfony/stopwatch" : " *"
39
39
},
40
40
"minimum-stability" : " dev" ,
41
+ "prefer-stable" : true ,
41
42
"suggest" : {
42
43
"jms/di-extra-bundle" : " Required to get lazy loading (de)serialization visitors, ~1.3"
43
44
},
You can’t perform that action at this time.
0 commit comments