Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Drop testing for unsupported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 20, 2016
1 parent c84723d commit f6bfa93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ language: cpp
env:
- NODE_VERSION="node"
- NODE_VERSION="4"
- NODE_VERSION="iojs-3"
- NODE_VERSION="iojs-2"
- NODE_VERSION="iojs-1"
- NODE_VERSION="0.12"
- NODE_VERSION="0.10"
os:
Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: 1
- nodejs_version: 2
- nodejs_version: 3
- nodejs_version: 4
- nodejs_version: 5

Expand Down

0 comments on commit f6bfa93

Please sign in to comment.