Skip to content

Commit

Permalink
build: support Node.js 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 22, 2016
1 parent a7c16d6 commit 6971568
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 @@ -5,5 +5,6 @@ node_js:
- "1.8"
- "2.5"
- "3.3"
- "4.4"
sudo: false
script: "npm run-script test-ci"
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ environment:
- nodejs_version: "1.8"
- nodejs_version: "2.5"
- nodejs_version: "3.3"
- nodejs_version: "4.4"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
Expand Down

0 comments on commit 6971568

Please sign in to comment.