Skip to content

Commit

Permalink
Don't use homebrew as n won't actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlucas committed Mar 17, 2014
1 parent 78333e6 commit 7ebd46f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/pre_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ ELLOG_HEADING="launchctl"
source "$DIR"/ellog.bash

ellog_info "install" "stable node"
brew update
brew install node
wget http://nodejs.org/dist/v0.10.26/node-v0.10.26.pkg -O node.pkg
sudo installer -pkg node.pkg -target /
hash -r

ellog_info "install" "n" "global"
npm install -g n
Expand Down

0 comments on commit 7ebd46f

Please sign in to comment.