mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-20 20:24:22 +08:00
[Tests] add tests for "make 'nvm use' display '.nvmrc' version"
See #1187.
This commit is contained in:
committed by
Jordan Harband
parent
c0e6d8f332
commit
27dea683a5
@@ -19,5 +19,9 @@ for VERSION in "1.0.0" "1.0.1"; do
|
||||
nvm install "iojs-v$VERSION"
|
||||
done
|
||||
|
||||
if [ -f ".nvmrc" ]; then
|
||||
mv .nvmrc .nvmrc.bak
|
||||
fi
|
||||
|
||||
nvm_make_alias lts/testing 0.10.1
|
||||
nvm_make_alias 'lts/*' lts/testing
|
||||
|
||||
Reference in New Issue
Block a user