Skip to content

Commit 429c06f

Browse files
authored
Using better composer flags to speed up travis (#132)
* Using better composer flags to speed up travis * Prefer dist and stable
1 parent 3b6ca95 commit 429c06f

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
@@ -24,7 +24,7 @@ before_install:
2424
- bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.0/MongoDB.sh)
2525

2626
install:
27-
- composer update
27+
- composer update --prefer-dist --prefer-stable
2828

2929
script:
3030
- ./vendor/bin/phpunit --coverage-clover=coverage.xml

0 commit comments

Comments
 (0)