Skip to content

Commit

Permalink
avoid upgrading npm to ensure node-gyp via io.js get used
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 6, 2015
1 parent ebf9885 commit 05ffe2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,12 @@ env:

before_install:
- echo $NODE_VERSION
# upgrade nvm
- rm -rf ~/.nvm/ && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm
- source ~/.nvm/nvm.sh
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
- node --version
- npm --version
- npm update -g npm
- npm --version

install:
- npm install
Expand Down

0 comments on commit 05ffe2d

Please sign in to comment.