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

Commit

Permalink
Merge pull request #26 from kellyselden/node6
Browse files Browse the repository at this point in the history
test node 6
  • Loading branch information
Kelly Selden committed Jun 25, 2016
2 parents 1a9eb64 + 2a56613 commit d4d3336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "5"
- "6"
- "4"
- "0.12"
- "0.11"
- "iojs"

branches:
Expand Down
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
environment:
matrix:
# node.js
- nodejs_version: "0.11"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
# io.js
- nodejs_version: "1.0"
- nodejs_version: "3"

platform:
- x86
Expand Down

0 comments on commit d4d3336

Please sign in to comment.