Skip to content

Commit 2b406ea

Browse files
committed
Run PHPStan in Travis
1 parent 23ea397 commit 2b406ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ before_script:
1616
script:
1717
- vendor/bin/phpcs --standard=PSR12 src/
1818
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
19+
- composer phpstan
1920

2021
after_script:
2122
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi

0 commit comments

Comments
 (0)