Add build to travis tests

This commit is contained in:
Jordan Eldredge 2017-01-13 21:53:34 -08:00
parent 668a200763
commit ba87b48dd6
2 changed files with 2 additions and 0 deletions

View file

@ -3,5 +3,6 @@ node_js:
- 4
- 5
- 6
script: npm run travis-tests
after_success:
- bash <(curl -s https://codecov.io/bash)

View file

@ -9,6 +9,7 @@
"serve": "webpack-dev-server",
"weight": "npm run build && gzip-size built/winamp.js | pretty-bytes",
"test": "jest --coverage && npm run lint",
"travis-tests": "jest --coverage && npm run lint && npm run build",
"tdd": "jest --watch",
"deploy": "ssh jordaneldredge.com sh < deploy.sh",
"revert": "ssh jordaneldredge.com sh < revert.sh"