Skip to content

Commit

Permalink
Run lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olegjs committed Sep 19, 2019
1 parent 23001d0 commit 263f2d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ node_js:
- '8'
- '10'
- '12'
before_script: npm run lint
script: npm run coverage
after_success: npm run coveralls

0 comments on commit 263f2d2

Please sign in to comment.