From 223d272643e40338d92ad8fcfb83be6d9de7c9b6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 9 Oct 2015 09:32:44 -0700 Subject: Revert to nvm v0.28.0 --- scripts/node/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/node/install.sh b/scripts/node/install.sh index f93ac88c29..1edc2c91d9 100755 --- a/scripts/node/install.sh +++ b/scripts/node/install.sh @@ -14,7 +14,7 @@ if [ ${TRAVIS_OS_NAME} == "linux" ]; then fi if [ ! -d ~/.nvm ]; then - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash + curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.28.0/install.sh | bash fi source ~/.nvm/nvm.sh -- cgit v1.2.1