mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 00:34:42 +00:00
Try adding weighin report
This commit is contained in:
parent
57c8817c9e
commit
2b32328c42
@ -3,6 +3,8 @@ node_js:
|
||||
- 4
|
||||
- 5
|
||||
- 6
|
||||
script: npm run travis-tests
|
||||
script: >
|
||||
npm run travis-tests &&
|
||||
python node_modules/travis-weigh-in/weigh_in.py built/winamp.js
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
@ -48,6 +48,7 @@
|
||||
"pretty-bytes-cli": "^2.0.0",
|
||||
"react-test-renderer": "^15.4.2",
|
||||
"style-loader": "^0.13.1",
|
||||
"travis-weigh-in": "^1.0.2",
|
||||
"url-loader": "^0.5.7",
|
||||
"webpack": "^1.14.0",
|
||||
"webpack-dev-server": "^1.15.1"
|
||||
|
Loading…
Reference in New Issue
Block a user