Skip to content

Commit

Permalink
reduce phpstan level back to 0, as level 1 is failing right now (#472)
Browse files Browse the repository at this point in the history
* reduce phpstan level back to 0, as level 1 is failing right now

* travis: no longer allow failures for phpstan
  • Loading branch information
staabm committed Oct 9, 2019
1 parent c2d75db commit ebe9748
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -21,8 +21,6 @@ matrix:
fast_finish: true
allow_failures:
- php: 5.5
- php: 7.2
env: RUN_PHPSTAN="TRUE"

install:
- if [ $RUN_PHPSTAN == "TRUE" ]; then wget https://github.com/phpstan/phpstan/releases/download/0.11.8/phpstan.phar; fi
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
@@ -1,3 +1,3 @@
parameters:
level: 1
level: 0
bootstrap: %currentWorkingDirectory%/vendor/autoload.php

0 comments on commit ebe9748

Please sign in to comment.