Ensure that we don't try to uninstall the current version of node in test teardowns.

master
Jordan Harband 2014-10-07 01:57:51 -07:00
parent 1ee708b79b
commit 6c89e96f67
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
. ../../nvm.sh
nvm deactivate
nvm uninstall v0.10.7
if [ -f ".nvmrc" ]; then

View File

@ -1,6 +1,7 @@
#!/bin/sh
. ../../../nvm.sh
nvm deactivate
nvm uninstall v0.10.7
nvm uninstall v0.11.7

View File

@ -1,6 +1,7 @@
#!/bin/sh
. ../../../nvm.sh
nvm deactivate
nvm uninstall v0.10.7
rm .nvmrc