Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Add a test layer on lowest dependencies.
Browse files Browse the repository at this point in the history
This will help identify incompatible changes.
  • Loading branch information
shulard committed Aug 30, 2017
1 parent 65ade58 commit 60354e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ matrix:
include:
- php: 5.6
- php: 7.0
- php: 7.0
env:
- COMPOSER_FLAGS=--prefer-lowest
- php: 7.1
env:
- ENABLE_XDEBUG=true
Expand All @@ -30,7 +33,7 @@ before_script:
fi

script:
- composer install
- composer update $COMPOSER_FLAGS
- if [[ $ENABLE_XDEBUG ]]; then
php vendor/bin/phpunit --coverage-clover clover.xml;
else
Expand Down

0 comments on commit 60354e4

Please sign in to comment.