Skip to content

Commit

Permalink
Run linter in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Jan 3, 2019
1 parent e76c71e commit 0f7fb25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -2,3 +2,7 @@ language: node_js

node_js:
- "stable"

script:
- npm run lint
- npm test

0 comments on commit 0f7fb25

Please sign in to comment.