Commit 41deae8f by Michał Gołębiowski

Use the last stable nvm, not the master version

The nvm version from master is unsupported and may be broken. Using a tag
is advised.
parent c52d0c97
......@@ -33,6 +33,7 @@ addons:
before_install:
- git submodule update --init --recursive
- git clone https://github.com/creationix/nvm.git ./.nvm
- git -C .nvm checkout "$(git -C .nvm describe --tags `git -C .nvm rev-list --tags --max-count=1`)"
- source ./.nvm/nvm.sh
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment