Skip to content

Commit

Permalink
Merge pull request #7756 from timvandermeij/npm
Browse files Browse the repository at this point in the history
Travis CI: use most recent version of NPM
  • Loading branch information
timvandermeij authored Oct 27, 2016
2 parents e94c294 + 7c78b2f commit a28a710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cache:
directories:
- node_modules
install:
- npm install -g npm@latest
- npm install -g gulp-cli
- npm install
- npm update

0 comments on commit a28a710

Please sign in to comment.