From ea1ccb86aaf639eda01a810fd70ef8989c33163a Mon Sep 17 00:00:00 2001 From: xzyfer Date: Fri, 30 Sep 2016 15:27:55 +1000 Subject: [PATCH] Don't test Node 5 in CI Node 5 is neither latest or LTS. This is not removing support for Node 5, it's simpky removing it from day-to-day CI for faster builds. --- .travis.yml | 1 - appveyor.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b13408dc..0c0a44882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js node_js: - "6" - - "5" - "4" - "0.12" - "0.10" diff --git a/appveyor.yml b/appveyor.yml index 77a67e32d..00df634a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -63,7 +63,7 @@ .{ process { ( @( $BindingName, ( ( $_, "binding.node" ) -join '_' ) ), - @( ".\build\Release\binding.pdb", + @( ".\build\Release\binding.pdb", ( ( $_, "binding.pdb" ) -join '_' ) ) ) } } | % { Push-AppveyorArtifact $_[0] -FileName $_[1] } @@ -112,7 +112,6 @@ - nodejs_version: 0.10 - nodejs_version: 0.12 - nodejs_version: 4 - - nodejs_version: 5 - nodejs_version: 6 install: