Skip to content

Commit b1676ad

Browse files
committed
Add phpstan to travis build
1 parent ed0c458 commit b1676ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ before_script:
1919

2020
script:
2121
- composer check-cs
22-
- vendor/bin/phpunit
22+
- composer phpstan
23+
- composer tests

0 commit comments

Comments
 (0)