Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Le committed Mar 2, 2018
1 parent 82b5610 commit 5e61b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- 7

script:
- npm run lint
- npm run test:cov
- npm run build

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"prepush": "npm run test:cov",
"prepublishOnly": "npm run test:cov && npm run build",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint --fix src"
"lint": "eslint src",
"lint:fix": "eslint --fix src"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 5e61b7d

Please sign in to comment.