nvm/test/slow/nvm exec/setup_dir

11 lines
120 B
Plaintext
Raw Normal View History

2014-08-03 06:36:45 +08:00
#!/bin/sh
. ../../../nvm.sh
nvm install 0.10.7
nvm install 0.11.7
if [ -f ".nvmrc" ]; then
mv .nvmrc .nvmrc.bak
fi