Skip to content

Commit

Permalink
install & run phpstan in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adaamz authored and f3l1x committed Jun 30, 2020
1 parent 141da95 commit 589383f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
script:
- composer run-script qa

- stage: PHPStan
php: 7.2
script:
- composer run-script phpstan-install
- composer run-script phpstan

sudo: false

cache:
Expand Down

0 comments on commit 589383f

Please sign in to comment.