Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 0d4fdc3

Browse files
author
Simon Stone
authored
Stop npm deprecate now all modules are deprecated (#4690)
Signed-off-by: Simon Stone <[email protected]>
1 parent dda1c64 commit 0d4fdc3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis/deploy.sh

-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ function exists() {
5959
npm config set registry https://registry.npmjs.org/
6060
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
6161

62-
# Ensure all the NPM modules are deprecated
63-
nohup ./.travis/deprecate.sh < /dev/null > /dev/null 2>&1 &
64-
6562
# Set the GitHub deploy key we will use to publish.
6663
set-up-ssh --key "$encrypted_17b59ce72ad7_key" \
6764
--iv "$encrypted_17b59ce72ad7_iv" \

0 commit comments

Comments
 (0)