Skip to content

Commit 320f854

Browse files
authored
Prefer lowest dependencies (#20)
1 parent 6751d20 commit 320f854

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ php:
77
- 7.3
88
- 7.4snapshot
99
- nightly
10-
- hhvm
1110

1211
matrix:
1312
allow_failures:
1413
- php: 7.4snapshot
1514
- php: nightly
16-
- php: hhvm
1715

18-
install: composer install --no-interaction --classmap-authoritative --no-suggest --ignore-platform-reqs
16+
install: composer update --no-interaction --classmap-authoritative --no-suggest --ignore-platform-reqs --prefer-lowest
1917

2018
script: vendor/bin/phpunit --configuration phpunit.xml
2119

0 commit comments

Comments
 (0)