chore: use npm ci

This commit is contained in:
Daniel Ruf 2018-05-07 21:55:49 +02:00
parent fc43100286
commit 8f2b124519
No known key found for this signature in database
GPG Key ID: 68597EDC4FAC1299
2 changed files with 6 additions and 1 deletions

View File

@ -26,10 +26,11 @@ install:
# install node
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
- npm i -g npm@latest
# install grunt-cli globally
- npm install -g grunt-cli
# install modules
- npm install
- npm ci
test_script:
# Output useful info for debugging

View File

@ -5,8 +5,12 @@ node_js:
- "10"
before_install:
- npm i -g npm@latest
- npm install -g grunt-cli
install:
- npm ci
# travis build speed up
sudo: false
cache: