Unverified Commit 00381a6b authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #2956 from Majkl578/ci-lowest-deps

Travis: Test against lowest and dev dependencies
parents 6f41e336 b3427823
......@@ -276,6 +276,20 @@ jobs:
before_script:
- bash ./tests/travis/install-postgres-10.sh
- stage: Test
php: 7.1
env: DB=sqlite DEPENDENCIES=low
install:
- travis_retry composer update --prefer-dist --prefer-lowest
- stage: Test
if: type = cron
php: 7.2
env: DB=sqlite DEPENDENCIES=dev
install:
- composer config minimum-stability dev
- travis_retry composer update --prefer-dist
- stage: Coverage
php: 7.1
env: DB=sqlite
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment