Skip to content

Commit 1ef510c

Browse files
committed
composer update instead of install
1 parent e4a881c commit 1ef510c

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
@@ -16,7 +16,7 @@ matrix:
1616

1717
before_script:
1818
- travis_retry composer self-update
19-
- travis_retry composer install --no-interaction ${COMPOSER_FLAGS}
19+
- travis_retry composer update --no-interaction ${COMPOSER_FLAGS}
2020
- if [ "$STATIC_ANALYSIS" != "" ]; then curl -L https://github.com/phpstan/phpstan/releases/download/0.8/phpstan.phar -o phpstan.phar; fi;
2121

2222
script:

0 commit comments

Comments
 (0)