Skip to content

Commit

Permalink
ci: re-add test hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmacdonald committed Aug 26, 2019
1 parent 83e6496 commit ec945ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ notifications:
email: false
node_js:
- '9'
script:
- npm run test
after_success:
- npm run report-coverage
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"husky": {
"hooks": {
"pre-commit": ""
"pre-commit": "npm run test"
}
},
"jest": {
Expand Down

0 comments on commit ec945ce

Please sign in to comment.