Skip to content

Commit

Permalink
change min stability
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Jul 9, 2017
1 parent d81b06c commit 9c11095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ matrix:
before_script:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
- composer update ${COMPOSER_FLAGS} --prefer-stable --no-interaction
- composer update ${COMPOSER_FLAGS} --no-interaction

script:
- vendor/bin/phpunit --coverage-clover clover
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"symfony/stopwatch": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
},
Expand Down

0 comments on commit 9c11095

Please sign in to comment.