Travis: Test against lowest and dev dependencies

parent fcc00dee
...@@ -276,6 +276,20 @@ jobs: ...@@ -276,6 +276,20 @@ jobs:
before_script: before_script:
- bash ./tests/travis/install-postgres-10.sh - 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 - stage: Coverage
php: 7.1 php: 7.1
env: DB=sqlite 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