[Travis] Test lowest version dependencies

This commit is contained in:
Warnar Boekkooi 2015-02-11 11:57:20 +01:00 committed by Warnar Boekkooi
parent 27f3e58f81
commit e9280a2a1e
1 changed files with 4 additions and 1 deletions

View File

@ -10,10 +10,13 @@ php:
matrix:
allow_failures:
- php: 7.0
include:
- php: 5.4
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- phpunit --coverage-text --coverage-clover=coverage.clover