Skip to content

Commit 7f8f60a

Browse files
committed
Adding prefer lowest tests in Travis
1 parent 8ab57e0 commit 7f8f60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- PREFER_LOWEST="--prefer-lowest"
1212

1313
before_script:
14-
- composer install --no-interaction $PREFER_LOWEST
14+
- composer update --no-interaction $PREFER_LOWEST
1515

1616
script:
1717
- vendor/bin/phpunit

0 commit comments

Comments
 (0)