Skip to content

Commit

Permalink
Update appveyor and travis to build against node 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Oct 2, 2015
1 parent 1784952 commit 2e647bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4.1"
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4.1"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 2e647bc

Please sign in to comment.