diff --git a/.travis.yml b/.travis.yml index 639d7e4d5..1cf7887f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,5 @@ os: - linux - osx - windows -cache: npm after_success: - nyc report --reporter=text-lcov | coveralls diff --git a/appveyor.yml b/appveyor.yml index d45c90e27..a316bb770 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,12 +4,10 @@ environment: - nodejs_version: '10' - nodejs_version: '8' - nodejs_version: '6' -matrix: - fast_finish: true platform: - x86 -cache: - - node_modules +matrix: + fast_finish: true install: - ps: Install-Product node $env:nodejs_version $env:platform - npm install