Skip to content

Commit 00a7d0e

Browse files
committed
Add a build step that tests with the lowest allowed dependency versions
1 parent e02b49b commit 00a7d0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ php:
88
- 7.1
99
- 7.2
1010

11+
matrix:
12+
include:
13+
- name: Test with the lowest allowed versions of dependencies
14+
php: '7.1'
15+
install: composer update --prefer-lowest
16+
1117
cache:
1218
directories:
1319
- $HOME/.composer/cache

0 commit comments

Comments
 (0)