summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-10-09 09:32:44 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-10-09 09:40:36 -0700
commit223d272643e40338d92ad8fcfb83be6d9de7c9b6 (patch)
treef37e56be0b0bb1a102644620989da7579b2e05bf /scripts
parentb2be3fa09df0c8e938a3729f9a952bf9cf812e9a (diff)
downloadqtlocation-mapboxgl-223d272643e40338d92ad8fcfb83be6d9de7c9b6.tar.gz
Revert to nvm v0.28.0
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/node/install.sh2
1 files changed, 1 insertions, 1 deletions
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