Skip to content

Instantly share code, notes, and snippets.

@solarce
Created September 2, 2015 22:37
Show Gist options
  • Save solarce/db4d5f9ada5afefffb1b to your computer and use it in GitHub Desktop.
Save solarce/db4d5f9ada5afefffb1b to your computer and use it in GitHub Desktop.
nvm on mac for travis
brew install nvm
mkdir $HOME/.nvm
cp $(brew --prefix nvm)/nvm-exec $HOME/.nvm/
export NVM_DIR=$HOME/.nvm
source $(brew --prefix nvm)/nvm.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment