Skip to content

Commit d86d3a2

Browse files
Update .travis.yml
1 parent 4b5e44e commit d86d3a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ before_install:
1717

1818
install:
1919
- composer update --no-interaction
20-
- composer require squizlabs/php_codesniffer --dev
2120

2221
script:
23-
- ./vendor/bin/phpcs --standard=psr12 --colors src tests
22+
- ./vendor/bin/phpcs
23+
- ./vendor/bin/phpstan
24+
- ./vendor/bin/psalm
2425
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
2526

2627
after_success:

0 commit comments

Comments
 (0)