mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 17:18:52 +00:00
Add build to travis tests
This commit is contained in:
parent
668a200763
commit
ba87b48dd6
2 changed files with 2 additions and 0 deletions
|
|
@ -3,5 +3,6 @@ node_js:
|
|||
- 4
|
||||
- 5
|
||||
- 6
|
||||
script: npm run travis-tests
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue