Skip to content

Commit 58496d4

Browse files
committed
composer --no-suggest
1 parent 240b217 commit 58496d4

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
@@ -27,7 +27,7 @@ matrix:
2727
env: COMPOSER_EXTRA_ARGS="--prefer-stable" COVERAGE="--coverage ./coverage.xml --coverage-src ./src" TESTER_RUNTIME="phpdbg"
2828

2929
install:
30-
- travis_retry composer update --no-interaction --prefer-dist $COMPOSER_EXTRA_ARGS
30+
- travis_retry composer update --no-interaction --no-suggest --no-progress --prefer-dist $COMPOSER_EXTRA_ARGS
3131
- travis_retry composer create-project --no-interaction jakub-onderka/php-parallel-lint /tmp/php-parallel-lint
3232
- travis_retry composer create-project --no-interaction kdyby/code-checker /tmp/code-checker
3333
- if [ "$COVERAGE" != "" ]; then travis_retry wget -O /tmp/coveralls.phar https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar; fi

0 commit comments

Comments
 (0)