Skip to content

Commit

Permalink
Added node-gyp into Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague committed Oct 24, 2013
1 parent 33f2a26 commit a2f2c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installTravisDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parse_arguments(){

install_apt_deps(){
sudo apt-get install -qq make gcc libssl-dev cmake libsrtp0-dev libsrtp0 libnice10 libnice-dev libglib2.0-dev pkg-config libboost-regex-dev libboost-thread-dev libboost-system-dev liblog4cxx10-dev curl
#sudo /usr/bin/npm install -g node-gyp
npm install -g node-gyp
sudo chown -R `whoami` ~/.npm ~/tmp/
}

Expand Down

0 comments on commit a2f2c80

Please sign in to comment.