From aceb29f50f4e7cfe38850191d6e86f415a53aeb0 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 28 Sep 2018 21:28:00 -0700 Subject: [PATCH] Chore: remove npm provider --- web3.js/.travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web3.js/.travis.yml b/web3.js/.travis.yml index c7c66f623c..3876851e2a 100644 --- a/web3.js/.travis.yml +++ b/web3.js/.travis.yml @@ -48,11 +48,3 @@ deploy: on: tags: true node_js: "lts/*" -# - provider: npm -# skip-cleanup: true -# email: $NPM_EMAIL_ADDRESS -# api_key: $NPM_AUTH_TOKEN -# on: -# tags: true -# node_js: "lts/*" -#