Skip to content

Commit

Permalink
chore(travis): add lint steps to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fczuardi committed Oct 10, 2017
1 parent 27bd06a commit 2496b87
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 @@ -25,5 +25,7 @@ install:
- yarn add -D jest

script:
- yarn lint
- yarn lint.test
- yarn typecheck
- yarn coverage

0 comments on commit 2496b87

Please sign in to comment.