Skip to content

Commit

Permalink
build: skip coverage collection on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 28, 2018
1 parent 34bc5d1 commit 0420029
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ install:
try { Install-Product node $env:nodejs_version -ErrorAction Stop }
catch { Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) }
- npm config set shrinkwrap false
- if "%nodejs_version%" equ "0.8" npm rm --save-dev nyc
- if "%nodejs_version%" equ "0.8" npm config set strict-ssl false
- npm rm --save-dev eslint
- npm rm --silent --save-dev eslint nyc
- if exist node_modules npm prune
- if exist node_modules npm rebuild
- npm install
Expand All @@ -48,8 +47,6 @@ test_script:
- mysql --version
- node --version
- npm --version
- set npm_test_command=test
- for /f %%l in ('npm -ps ls nyc') do set npm_test_command=test-ci
- npm run %npm_test_command%
- npm test

version: "{build}"

0 comments on commit 0420029

Please sign in to comment.