-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Allow installation from other repository #2394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e366746
to
07261af
Compare
b08d1f7
to
d647c57
Compare
By the way, this change is in my other PR also, not sure if it is worth doing it in a separate pull request... |
I think landing it separately and rebasing your PR is the best approach. |
Ok |
I just found something weird. |
d1ba238
to
3d007c8
Compare
Whatever I do in the install_script test suite, even 'exit 1', the tests still pass... |
4a106d2
to
18515f8
Compare
d15c0dc
to
585325d
Compare
I finally found out what was the problem. In test/install_script, nvm_install_with_aliased_dot and nvm_install_with_node_version were installing nvm using the travis build directory (due to NVM_DIR="${TRAVIS_BUILD_DIR}" in .travis.yml), so it was updating the git repository to the latest version of nvm, loosing all the changes from all the PR done after last release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just the one small change.
585325d
to
6ab4556
Compare
6ab4556
to
4e9df33
Compare
No description provided.