Skip to content

Commit 8ab57e0

Browse files
committed
Adding prefer lowest tests in Travis
1 parent 12754d4 commit 8ab57e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ php:
55
- 7.0
66
- 7.1
77

8+
env:
9+
matrix:
10+
- PREFER_LOWEST=""
11+
- PREFER_LOWEST="--prefer-lowest"
12+
813
before_script:
9-
- composer install --no-interaction
14+
- composer install --no-interaction $PREFER_LOWEST
1015

1116
script:
1217
- vendor/bin/phpunit

0 commit comments

Comments
 (0)