Skip to content

Commit

Permalink
Updates CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Nov 6, 2015
1 parent 7a7d047 commit 4d96e30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ sudo: false
language: node_js
node_js:
- "0.12"
- "4.0"
- "4.2"
- "5.0"
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ os: Windows Server 2012 R2
environment:
matrix:
- nodejs_version: "0.12"
- nodejs_version: "4.0"
- nodejs_version: "4.2"
- nodejs_version: "5.0"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 4d96e30

Please sign in to comment.