We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a881c commit 1ef510cCopy full SHA for 1ef510c
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
17
before_script:
18
- travis_retry composer self-update
19
- - travis_retry composer install --no-interaction ${COMPOSER_FLAGS}
+ - travis_retry composer update --no-interaction ${COMPOSER_FLAGS}
20
- if [ "$STATIC_ANALYSIS" != "" ]; then curl -L https://github.com/phpstan/phpstan/releases/download/0.8/phpstan.phar -o phpstan.phar; fi;
21
22
script:
0 commit comments