Move node-specific installation tests to their own directory.

This commit is contained in:
Jordan Harband
2015-01-17 11:26:52 -06:00
parent 78c1f2cf9d
commit 9615672243
9 changed files with 26 additions and 26 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/sh
. ../../../nvm.sh
nvm deactivate
nvm uninstall v0.10.7
if [ -f ".nvmrc" ]; then
rm .nvmrc
fi
if [ -f ".nvmrc.bak" ]; then
mv .nvmrc.bak .nvmrc
fi