diff --git a/.travis.yml b/.travis.yml index 9648f865c..64f204903 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: - linux - windows node_js: - - "6" + - "8" - "10" - "node" before_script: diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 3b190c99f..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,19 +0,0 @@ -environment: - matrix: - - nodejs_version: '10' -install: - - ps: Install-Product node $env:nodejs_version - - git config --global user.name 'Appveyor' - - git config --global user.email 'dummy@example.org' - - set CI=true - - npm -g install npm@latest - - set PATH=%APPDATA%\npm;%PATH% - - npm install -matrix: - fast_finish: true -build: off -version: '{build}' -test_script: - - node --version - - npm --version - - npm test