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

Commit 60354e4

Browse files
committed
Add a test layer on lowest dependencies.
This will help identify incompatible changes.
1 parent 65ade58 commit 60354e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ matrix:
44
include:
55
- php: 5.6
66
- php: 7.0
7+
- php: 7.0
8+
env:
9+
- COMPOSER_FLAGS=--prefer-lowest
710
- php: 7.1
811
env:
912
- ENABLE_XDEBUG=true
@@ -30,7 +33,7 @@ before_script:
3033
fi
3134

3235
script:
33-
- composer install
36+
- composer update $COMPOSER_FLAGS
3437
- if [[ $ENABLE_XDEBUG ]]; then
3538
php vendor/bin/phpunit --coverage-clover clover.xml;
3639
else

0 commit comments

Comments
 (0)