Merge pull request #7756 from timvandermeij/npm

Travis CI: use most recent version of NPM
This commit is contained in:
Tim van der Meij 2016-10-27 21:19:03 +02:00 committed by GitHub
commit a28a71072d

View File

@ -5,6 +5,7 @@ cache:
directories:
- node_modules
install:
- npm install -g npm@latest
- npm install -g gulp-cli
- npm install
- npm update