1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Run tests also with the stable version of dependencies

This commit is contained in:
Luís Cobucci 2017-12-17 00:54:12 +01:00
parent d6212dd09e
commit 80a94727ee
No known key found for this signature in database
GPG Key ID: EC61C5F01750ED3C

View File

@ -55,6 +55,10 @@ jobs:
env: DB=sqlite DEPENDENCIES=low
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
- stage: Test
env: DB=sqlite COVERAGE
before_script: