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 Nov 21, 2015
1 parent 6023c52 commit e9d4aa6
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 @@ -6,6 +6,7 @@ node_js:
- "1.8"
- "2.5"
- "3.3"
- "4.2"
sudo: false
before_install:
# Setup Node.js version-specific dependencies
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ environment:
- nodejs_version: "1.8"
- nodejs_version: "2.5"
- nodejs_version: "3.3"
- nodejs_version: "4.2"
install:
- ps: Install-Product node $env:nodejs_version
- if "%nodejs_version%" equ "0.8" npm rm --save-dev istanbul
Expand Down

0 comments on commit e9d4aa6

Please sign in to comment.