Skip to content

Commit

Permalink
Run ESLint on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Oct 30, 2017
1 parent ddedcd3 commit 825dce5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ node_js:
- "6"
- "8"
cache: yarn
script:
- npm run lint
- npm test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"license": "MIT",
"scripts": {
"test": "jest"
"test": "jest",
"lint": "eslint ./src"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 825dce5

Please sign in to comment.