Tests for nvm copy-packages

This commit is contained in:
Jordan Harband
2014-07-31 19:46:08 -07:00
parent 78a5e3fadf
commit b8fe75e93a
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
. ../../../nvm.sh
nvm install 0.10.28
nvm install 0.10.29
if [ -f ".nvmrc" ]; then
mv .nvmrc .nvmrc.bak
fi