From 0d4fdc367b8acdcb6d868d0fbac5167907b54915 Mon Sep 17 00:00:00 2001 From: Simon Stone Date: Fri, 30 Aug 2019 11:39:01 +0100 Subject: [PATCH] Stop npm deprecate now all modules are deprecated (#4690) Signed-off-by: Simon Stone --- .travis/deploy.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis/deploy.sh b/.travis/deploy.sh index bd699ea509..222c9f9024 100755 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -59,9 +59,6 @@ function exists() { npm config set registry https://registry.npmjs.org/ npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} -# Ensure all the NPM modules are deprecated -nohup ./.travis/deprecate.sh < /dev/null > /dev/null 2>&1 & - # Set the GitHub deploy key we will use to publish. set-up-ssh --key "$encrypted_17b59ce72ad7_key" \ --iv "$encrypted_17b59ce72ad7_iv" \