File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ matrix:
24
24
- php : 7.1
25
25
env : SYMFONY_VERSION='~4.0@dev'
26
26
- php : 5.5
27
- env : ' COMPOSER_FLAGS="--prefer-lowest"'
27
+ env : ' COMPOSER_FLAGS="--prefer-lowest --prefer-stable "'
28
28
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 37
37
"symfony/validator" : " *" ,
38
38
"symfony/stopwatch" : " *"
39
39
},
40
- "minimum-stability" : " dev" ,
41
40
"suggest" : {
42
41
"jms/di-extra-bundle" : " Required to get lazy loading (de)serialization visitors, ~1.3"
43
42
},
You can’t perform that action at this time.
0 commit comments