Commit ea1ccb86 by xzyfer

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.
parent cf9f8068
language: node_js language: node_js
node_js: node_js:
- "6" - "6"
- "5"
- "4" - "4"
- "0.12" - "0.12"
- "0.10" - "0.10"
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
.{ process { ( .{ process { (
@( $BindingName, @( $BindingName,
( ( $_, "binding.node" ) -join '_' ) ), ( ( $_, "binding.node" ) -join '_' ) ),
@( ".\build\Release\binding.pdb", @( ".\build\Release\binding.pdb",
( ( $_, "binding.pdb" ) -join '_' ) ) ( ( $_, "binding.pdb" ) -join '_' ) )
) } } | % { Push-AppveyorArtifact $_[0] -FileName $_[1] } ) } } | % { Push-AppveyorArtifact $_[0] -FileName $_[1] }
...@@ -112,7 +112,6 @@ ...@@ -112,7 +112,6 @@
- nodejs_version: 0.10 - nodejs_version: 0.10
- nodejs_version: 0.12 - nodejs_version: 0.12
- nodejs_version: 4 - nodejs_version: 4
- nodejs_version: 5
- nodejs_version: 6 - nodejs_version: 6
install: install:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment