Skip to content

Commit

Permalink
CI: phpstan.phar => phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Jun 7, 2020
1 parent 7f080e2 commit 943af8f
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 @@ -38,8 +38,8 @@ install:
script:
- vendor/bin/parallel-lint -e php,phpt --exclude tests/temp src tests
- vendor/bin/tester -s -p php -c tests/php.ini tests
- vendor/bin/phpstan.phar analyse
- vendor/bin/phpstan.phar analyse -c phpstan.tests.neon.dist
- vendor/bin/phpstan analyse
- vendor/bin/phpstan analyse -c phpstan.tests.neon.dist

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

0 comments on commit 943af8f

Please sign in to comment.