Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

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 f7dcc56 commit b5a98e4
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 @@ -29,8 +29,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 b5a98e4

Please sign in to comment.