Skip to content

Commit

Permalink
travis: changed PhpStan level to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 5, 2019
1 parent 3235d44 commit 1d615d6
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 @@ -41,7 +41,7 @@ jobs:
- travis_retry composer install --no-progress --prefer-dist

script:
- php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 7 --configuration tests/phpstan.neon src
- php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 5 --configuration tests/phpstan.neon src


- stage: Code Coverage
Expand Down

0 comments on commit 1d615d6

Please sign in to comment.