Adding nvm exec tests.

This commit is contained in:
Jordan Harband
2014-08-02 15:36:45 -07:00
parent d5c0e94166
commit 1fa2acf5a7
4 changed files with 52 additions and 0 deletions

10
test/slow/nvm exec/setup_dir Executable file
View File

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