Skip to content

Commit

Permalink
build: skip shrinkwrap generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 29, 2019
1 parent a18e55c commit 1fe9061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ node_js:
before_install:
# Setup npm
- "test $TRAVIS_NODE_VERSION != '0.8' || npm install -g npm@1.2.8000"
- "npm config set shrinkwrap false"
after_script:
- "test -e ./coverage/lcov.info && npm install coveralls@2 && coveralls < ./coverage/lcov.info"
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install:
- for /f "tokens=*" %%g in ('where npm') do (set npm_prefix=%%~dpg)
- if "%nodejs_version%" equ "0.8" npm config set strict-ssl false
- if "%nodejs_version%" equ "0.8" npm install -g --prefix "%npm_prefix:~0,-1%" npm@1.2.8000
- npm config set shrinkwrap false
# Install Node.js modules
- npm install
build: off
Expand Down

0 comments on commit 1fe9061

Please sign in to comment.