Making sure there's test coverage for `nvm i`

master
Jordan Harband 2014-06-22 09:18:41 -07:00
parent ba7f27dead
commit bb01513eba
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ set -e
# Install from binary # Install from binary
nvm install 0.9.7 nvm install 0.9.7
nvm install 0.9.12 nvm i 0.9.12
# Check # Check
[ -d ../../../v0.9.7 ] [ -d ../../../v0.9.7 ]