Merge pull request #11721 from Snuffleupagus/travis-no-npm-update

Don't let Travis run `npm update` during setup
This commit is contained in:
Tim van der Meij 2020-03-20 21:06:45 +01:00 committed by GitHub
commit 3cebb430c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,3 @@ install:
- npm install -g npm@latest
- npm install -g gulp-cli
- npm install
- npm update