mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 08:39:15 +00:00
Disable travis-weigh-in again
This commit is contained in:
parent
9c9de3c38c
commit
463e783ee3
@ -2,10 +2,10 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- node
|
- node
|
||||||
script: >
|
script: >
|
||||||
npm run travis-tests &&
|
npm run travis-tests # &&
|
||||||
gzip -c built/webamp.bundle.min.js > built/webamp.bundle.min.js.gz &&
|
# 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 &&
|
||||||
python node_modules/travis-weigh-in/weigh_in.py built/webamp.bundle.min.js.gz
|
# python node_modules/travis-weigh-in/weigh_in.py built/webamp.bundle.min.js.gz
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
before_deploy: echo webamp.org > built/CNAME
|
before_deploy: echo webamp.org > built/CNAME
|
||||||
|
Loading…
Reference in New Issue
Block a user