Skip to content

Commit

Permalink
CI: use max level of PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 28, 2018
1 parent ba8fdad commit 01d2ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ install:
script:
- /tmp/php-parallel-lint/parallel-lint -e php,phpt --exclude tests/temp src tests
- vendor/bin/tester -s -p php -c tests/php.ini tests
- /tmp/phpstan/phpstan.phar analyse -c tests/phpstan.neon -l 7 src
- /tmp/phpstan/phpstan.phar analyse -c tests/phpstan.tests.neon -l 7 tests
- /tmp/phpstan/phpstan.phar analyse -c tests/phpstan.neon -l max src
- /tmp/phpstan/phpstan.phar analyse -c tests/phpstan.tests.neon -l max tests

after_failure:
- for i in $(find tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done
Expand Down

0 comments on commit 01d2ac3

Please sign in to comment.