|
|
@@ -33,8 +33,9 @@ before_install:
|
|
33
|
33
|
- set -e
|
|
34
|
34
|
- brew update
|
|
35
|
35
|
- brew cask install java
|
|
36
|
|
- - touch ~/.bash_profile
|
|
37
|
|
- - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
|
|
|
36
|
+ - rm -rf ~/.nvm
|
|
|
37
|
+ - git clone https://github.com/creationix/nvm.git ~/.nvm
|
|
|
38
|
+ - source ~/.nvm/nvm.sh
|
|
38
|
39
|
- nvm install $NODE_VERSION
|
|
39
|
40
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
|
40
|
41
|
|