Skip to content

Commit

Permalink
Don't test Node 5 in CI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xzyfer committed Sep 30, 2016
1 parent cf9f806 commit ea1ccb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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] }
Expand Down Expand Up @@ -112,7 +112,6 @@
- nodejs_version: 0.10
- nodejs_version: 0.12
- nodejs_version: 4
- nodejs_version: 5
- nodejs_version: 6

install:
Expand Down

0 comments on commit ea1ccb8

Please sign in to comment.