From a3369c41e1a7451e0bce27f82c71cc306e00a07f Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 6 Mar 2019 23:55:46 -0800 Subject: [PATCH] Remove disused build cruft (#742) --- .travis.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1dc231f3..82659ad5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,18 +2,4 @@ language: node_js node_js: - "11.10.0" 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 -after_success: - - bash <(curl -s https://codecov.io/bash) -before_deploy: echo webamp.org > built/CNAME -deploy: - local-dir: "./built/" - verbose: true - provider: pages - skip-cleanup: true - github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure - on: - branch: master + npm run travis-tests