Skip to content

Commit

Permalink
Merge pull request #3327 from morozov/lock-phpstan
Browse files Browse the repository at this point in the history
Use locked version of PHPStan to avoid accidental build failures
  • Loading branch information
Majkl578 authored Oct 23, 2018
2 parents 77666f0 + efbaa87 commit 1b1adc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:

- stage: Code Quality
env: DB=none STATIC_ANALYSIS
install: travis_retry composer update --prefer-dist
install: travis_retry composer install --prefer-dist
script: vendor/bin/phpstan analyse

- stage: Coding standard
Expand Down

0 comments on commit 1b1adc2

Please sign in to comment.