From 37d10362687492868548c4d70c5c12e4a671771e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Fri, 24 May 2019 13:04:09 +0200 Subject: [PATCH] Stop auto-publishing whatwg-fetch on tagged releases I have enabled 2FA for my npm account, and thus CI is not allowed to publish releases on my behalf without my manual intervention. --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a3d6d3..43558f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,3 @@ addons: cache: directories: - node_modules -deploy: - provider: npm - email: mislav.marohnic@gmail.com - api_key: - secure: ZEyP/T3jWwvrMp/rdZoMkyc3T7SoFJpGFFCjd7rOG76k/DTRxcYVTAPES8mEq/Xk0fF8qM4ZY//izuxEtFEuJmdRFuvJcIptVrAlbEiqlyNiN1EkwRPayd3qte/UYLvD9bGrfKRVrXeohW0GGDZH48CsHVo3yNrX6NWS7Nxxze4= - on: - tags: true - repo: github/fetch -- GitLab