From b2be3fa09df0c8e938a3729f9a952bf9cf812e9a Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 9 Oct 2015 09:24:48 -0700 Subject: Install nvm using recommended method --- scripts/node/install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/node/install.sh b/scripts/node/install.sh index 26bf980027..f93ac88c29 100755 --- a/scripts/node/install.sh +++ b/scripts/node/install.sh @@ -14,12 +14,7 @@ if [ ${TRAVIS_OS_NAME} == "linux" ]; then fi if [ ! -d ~/.nvm ]; then - git clone https://github.com/creationix/nvm.git ~/.nvm - - pushd ~/.nvm - git fetch - git checkout `git describe --abbrev=0 --tags` - popd + curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash fi source ~/.nvm/nvm.sh -- cgit v1.2.1