Skip to content

Commit

Permalink
build scripts: install npm 3 to avoid peerdeps issues during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Mar 25, 2016
1 parent a7cf6bd commit 5d21468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_js:
- stable

install:
- npm -g install npm@2
- npm -g install npm@3
- npm install
# install all resolver deps
- "for resolver in ./resolvers/*; do cd $resolver && npm install && cd ../..; done"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- ps: Install-Product node $env:nodejs_version

# update npm (only needed for Node 0.10)
# - npm -g install npm@2
- npm -g install npm@3
# - set PATH=%APPDATA%\npm;%PATH%

# install modules
Expand Down

0 comments on commit 5d21468

Please sign in to comment.