From d3e1b78531af729ef4c1d41277d4488e8831d936 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 13 Jan 2017 22:26:39 -0800 Subject: [PATCH] Check weight of gzipped size as well --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b05d1239..df720c01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)