Skip to content

Commit

Permalink
run lint:ts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Mar 7, 2019
1 parent a950eff commit 6c986fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
include:
- stage: test
script: yarn test
- stage: test
script: yarn lint:ts

notifications:
email: false

0 comments on commit 6c986fb

Please sign in to comment.