Merge pull request #308 from captbaritone/weighingz

Check weight of gzipped size as well
This commit is contained in:
Jordan Eldredge 2017-01-14 10:15:35 -08:00 committed by GitHub
commit f8fbe0d304

View file

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