Try adding weighin report

This commit is contained in:
Jordan Eldredge 2017-01-13 22:00:13 -08:00
parent 57c8817c9e
commit 2b32328c42
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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"