Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 59a6250

Browse files
stefanotorresiweierophinney
authored andcommitted
re-add missing --no-update
1 parent 89dc6b3 commit 59a6250

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
@@ -82,7 +82,7 @@ before_install:
8282
install:
8383
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
8484
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
85-
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS satooshi/php-coveralls ; fi
85+
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --no-update --dev $COMPOSER_ARGS satooshi/php-coveralls ; fi
8686
- travis_retry composer install $COMPOSER_ARGS
8787
- composer show --installed
8888

0 commit comments

Comments
 (0)