Merge pull request #306 from captbaritone/travis-tests

Add build to travis tests
This commit is contained in:
Jordan Eldredge 2017-01-13 22:10:32 -08:00 committed by GitHub
commit 57c8817c9e
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"