Skip to content

Commit 06a6789

Browse files
committed
Problem: nvm needs to be installed for all
Solution: install nvm for everyone
1 parent e1384c7 commit 06a6789

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ env:
2929
- ZMQ="4.1.3" SODIUM="1.0.5"
3030

3131
before_install:
32-
- if [ $TRAVIS_OS_NAME == "osx" ]; then brew update; brew install nvm; mkdir ~/.nvm; . $(brew --prefix nvm)/nvm.sh; fi
32+
- git clone https://github.com/creationix/nvm.git ./.nvm
33+
- source ./.nvm/nvm.sh
3334
- nvm install $NODE_VERSION
3435
- nvm use $NODE_VERSION
3536
- node --version

0 commit comments

Comments
 (0)