fixed the test condition.
This commit is contained in:
parent
86c60f5525
commit
2feba285d8
|
|
@ -6,6 +6,6 @@ mkdir ../../v0.8.6
|
|||
|
||||
nvm &&
|
||||
nvm use 0.8.6 &&
|
||||
(echo $PATH | grep nvm)
|
||||
(echo $PATH | grep nvm) &&
|
||||
nvm deactivate &&
|
||||
! (echo $PATH | grep nvm)
|
||||
|
|
|
|||
Loading…
Reference in New Issue