diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8731d8f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: node_js - -node_js: - - "8" - - "10" - - "12" - -matrix: - fast_finish: true - -cache: npm diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 8850cfe..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,34 +0,0 @@ -clone_depth: 5 - -version: "{build}" - -environment: - matrix: - - NODEJS_VERSION: "8" - PLATFORM: x86 - - NODEJS_VERSION: "8" - PLATFORM: x64 - - NODEJS_VERSION: "10" - PLATFORM: x64 - - NODEJS_VERSION: "12" - PLATFORM: x64 - -install: - - ps: Install-Product node $env:NODEJS_VERSION $env:PLATFORM - - npm ci - -test_script: - - node --version - - npm --version - # We test multiple Windows shells because of prior stdout buffering issues - # filed against Grunt. https://github.com/joyent/node/issues/3584 - - ps: "npm test # PowerShell" # Pass comment to PS for easier debugging - - npm test - -build: off - -matrix: - fast_finish: true - -cache: - - '%APPDATA%\npm-cache\ -> appveyor.yml,package.json,package-lock.json'