Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
upgrade npm on travis to avoid dependency detection issues
Browse files Browse the repository at this point in the history
see npm/npm#4984 for details. Without this the
ncp dependency of fs-extra fails to install.
  • Loading branch information
struan committed Sep 30, 2014
1 parent b0b1c6c commit 11f6a72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ services:
- mongodb
- elasticsearch

# see https://github.com/npm/npm/issues/4984
before_install:
- npm install -g npm@1.4.4

# blacklist
branches:
except:
Expand Down

0 comments on commit 11f6a72

Please sign in to comment.