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

Stop npm deprecate now all modules are deprecated #4690

Merged
merged 1 commit into from
Aug 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down