Skip to content

Commit

Permalink
Merge pull request palantir#710 from xt0rted/update-node
Browse files Browse the repository at this point in the history
Update appveyor and travis to build against node 4.1
  • Loading branch information
ashwinr committed Oct 3, 2015
2 parents 1784952 + 2e647bc commit 2df7ea2
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 2df7ea2

Please sign in to comment.