Browse Source

Travis CI: use most recent version of NPM

Tim van der Meij 9 years ago
parent
commit
7c78b2f6c0
  1. 1
      .travis.yml

1
.travis.yml

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

Loading…
Cancel
Save