Run node and io.js installation test suites separately.

This commit is contained in:
Jordan Harband
2016-05-08 22:21:33 -07:00
parent d000624489
commit c9b7ccdaea
22 changed files with 78 additions and 66 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