Skip to content

Commit

Permalink
test only modern versions of Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Sep 25, 2017
1 parent e749dcc commit 2c2bb3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ addons:
language: node_js

node_js:
- "0.8"
- "0.10"
- "0.12"
- "2.5"
- "3.2"
- "4.1"
- "4"
- "5"
- "6"
- "7"
- "8"

install:
- PATH="`npm bin`:`npm bin -g`:$PATH"
Expand Down
11 changes: 3 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@ environment:
MSVS_VERSION: 2013
# Test against these versions of Node.js and io.js
matrix:
# node.js
- nodejs_version: "0.8"
- nodejs_version: "0.10"
- nodejs_version: "0.12"
# io.js
- nodejs_version: "2.5"
- nodejs_version: "3.2"
- nodejs_version: "4.1"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

platform:
- x86
Expand Down

0 comments on commit 2c2bb3f

Please sign in to comment.