diff --git a/.travis.yml b/.travis.yml index 7aac2049..b6aaaaa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,8 @@ language: node_js sudo: false node_js: - - "0.10" - - "0.12" - - "4.2" - - "5.4" - - "6.0" + - "4" + - "6" install: - npm install script: diff --git a/appveyor.yml b/appveyor.yml index c9b8cf91..85fd6a5e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,13 @@ # appveyor file # http://www.appveyor.com/docs/appveyor-yml +environment: + matrix: + - nodejs_version: "4" + - nodejs_version: "6" + install: + - ps: Install-Product node $env:nodejs_version - npm install build: off