diff --git a/.travis.yml b/.travis.yml index 23dc1626..7cbaf2c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ language: node_js node_js: - node script: > - npm run travis-tests && - gzip -c built/webamp.bundle.min.js > built/webamp.bundle.min.js.gz && - python node_modules/travis-weigh-in/weigh_in.py built/webamp.bundle.min.js && - python node_modules/travis-weigh-in/weigh_in.py built/webamp.bundle.min.js.gz + npm run travis-tests # && + # gzip -c built/webamp.bundle.min.js > built/webamp.bundle.min.js.gz && + # python node_modules/travis-weigh-in/weigh_in.py built/webamp.bundle.min.js && + # python node_modules/travis-weigh-in/weigh_in.py built/webamp.bundle.min.js.gz after_success: - bash <(curl -s https://codecov.io/bash) before_deploy: echo webamp.org > built/CNAME