Skip to content

Commit

Permalink
Update travis and appveyor to use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed May 12, 2018
1 parent 3d6677d commit e49e678
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ addons:
- graphicsmagick
- xz-utils
install:
- npm i
- npm install -g npm@6
- npm ci
script: "./build.sh"
after_success: "./deploy.sh"
deploy:
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm i
- npm install -g npm@6
- npm ci
build: off
platform:
- x64
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e49e678

Please sign in to comment.