Skip to content

Commit

Permalink
Update TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
CompSciLauren committed Aug 24, 2019
1 parent 30b35de commit d496f39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"bats-mock": "^1.0.1"
},
"scripts": {
"test": "awesome-lint https://github.com/CompSciLauren/awesome-git-hooks"
"lint": "awesome-lint https://github.com/CompSciLauren/awesome-git-hooks",
"test": "npm run lint && bats tests/"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d496f39

Please sign in to comment.