From 6b2143c05c82b5f8dcce96535544d86f3310ec2d Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 6 Mar 2019 23:46:57 -0800 Subject: [PATCH] Pin node version (#741) * Format travis.yml * Ping Node version for Travis --- .travis.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cbaf2c3..1dc231f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,19 @@ language: node_js node_js: - - node + - "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 + 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 \ No newline at end of file + 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