Skip to content

Commit

Permalink
chore(travis): run lint before test
Browse files Browse the repository at this point in the history
Make sure every push to be checked

Fix #12
Close #13
  • Loading branch information
netil authored Jun 15, 2017
1 parent ce95ca2 commit 318d140
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 @@ -6,6 +6,8 @@ install:
cache:
directories:
- "node_modules"
before_script:
- npm run lint
script:
- npm run coverage
after_success:
Expand Down

0 comments on commit 318d140

Please sign in to comment.