Skip to content

Commit

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

0 comments on commit 7c7f32e

Please sign in to comment.