diff --git a/.travis.yml b/.travis.yml index d1b77185..a2cd1c3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,8 @@ language: node_js node_js: - - '0.10' - - '0.12' - '4' - '5' - node - - iojs after_success: npm run coveralls notifications: slack: diff --git a/appveyor.yml b/appveyor.yml index 8bab6ec5..6b46be8f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,18 +5,10 @@ init: # Test against this version of Node.js environment: matrix: - - nodejs_version: '0.10' - - nodejs_version: '0.12' - # io.js - - nodejs_version: '1' - nodejs_version: '4' - nodejs_version: '5' # Latest stable version of Node - nodejs_version: 'stable' -matrix: - # Help instructions and version number don't show in appveyor - allow_failures: - - nodejs_version: '0.10' # Install scripts. (runs after repo cloning) install: