1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #6887 from greg0ire/stable_stability

Use stable packages
This commit is contained in:
Luís Cobucci 2017-12-18 00:39:02 +01:00 committed by GitHub
commit cfa1dfbfe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -56,8 +56,11 @@ jobs:
install: travis_retry composer update --prefer-dist --prefer-lowest
- stage: Test
env: DB=sqlite DEPENDENCIES=stable
install: travis_retry composer update --prefer-dist --prefer-stable
if: type = cron
env: DB=sqlite DEV_DEPENDENCIES
install:
- composer config minimum-stability dev
- travis_retry composer update --prefer-dist
- stage: Test
env: DB=sqlite COVERAGE

View File

@ -12,7 +12,6 @@
{"name": "Jonathan Wage", "email": "jonwage@gmail.com"},
{"name": "Marco Pivetta", "email": "ocramius@gmail.com"}
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
},