We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda1c64 commit 0d4fdc3Copy full SHA for 0d4fdc3
1 file changed
.travis/deploy.sh
@@ -59,9 +59,6 @@ function exists() {
59
npm config set registry https://registry.npmjs.org/
60
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
61
62
-# Ensure all the NPM modules are deprecated
63
-nohup ./.travis/deprecate.sh < /dev/null > /dev/null 2>&1 &
64
-
65
# Set the GitHub deploy key we will use to publish.
66
set-up-ssh --key "$encrypted_17b59ce72ad7_key" \
67
--iv "$encrypted_17b59ce72ad7_iv" \
0 commit comments