mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Merge pull request #308 from captbaritone/weighingz
Check weight of gzipped size as well
This commit is contained in:
commit
f8fbe0d304
1 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ node_js:
|
|||
- 6
|
||||
script: >
|
||||
npm run travis-tests &&
|
||||
python node_modules/travis-weigh-in/weigh_in.py built/winamp.js
|
||||
gzip -c built/winamp.js > built/winamp.js.gz &&
|
||||
python node_modules/travis-weigh-in/weigh_in.py built/winamp.js &&
|
||||
python node_modules/travis-weigh-in/weigh_in.py built/winamp.js.gz
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue