Skip to content

Commit

Permalink
Remove Node 0.10 and 0.12 from the test matrix
Browse files Browse the repository at this point in the history
They are no longer supported by the Node mantainers,
so we are no longer supporting as well.

Signed-off-by: Giovanni Bassi <giggio@giggio.net>
  • Loading branch information
giggio committed Jan 8, 2017
1 parent 494e723 commit 3114535
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,7 +1,5 @@
language: node_js
node_js:
- 0.10
- 0.12
- '1'
- '2'
- '3'
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
@@ -1,8 +1,6 @@
version: 1.0.{build}
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.12
- nodejs_version: 1
- nodejs_version: 2
- nodejs_version: 3
Expand Down

0 comments on commit 3114535

Please sign in to comment.