[Tests] add nvm run --lts tests.

This commit is contained in:
Jordan Harband
2016-07-18 00:35:01 -07:00
parent 58a82a1d31
commit 876d117376
3 changed files with 21 additions and 0 deletions

View File

@@ -1,7 +1,10 @@
#!/bin/sh
. ../../../nvm.sh
nvm install 0.10.7
nvm install --lts=argon
nvm install --lts
if [ -f ".nvmrc" ]; then
mv .nvmrc .nvmrc.bak