Skip to content

Commit acc7a22

Browse files
authored
Merge pull request #114 from andig/composer
Test lowest version constraints
2 parents 2f4b224 + e350f92 commit acc7a22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,18 @@ php:
88
- 7
99
- hhvm
1010

11+
matrix:
12+
include:
13+
- php: 5.3
14+
env:
15+
- DEPENDENCIES=lowest
16+
- php: 7.0
17+
env:
18+
- DEPENDENCIES=lowest
19+
1120
install:
1221
- composer install --no-interaction
22+
- if [ "$DEPENDENCIES" = "lowest" ]; then composer update --prefer-lowest -n; fi
1323

1424
script:
1525
- ./vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)