Skip to content

Commit

Permalink
build: support Node.js 12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 8, 2019
1 parent 8f53557 commit 683fcbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ node_js:
- "9.11"
- "10.15"
- "11.15"
- "12.2"
sudo: false
cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ The current lead maintainer is [Douglas Christopher Wilson](https://github.com/d
- Connect `1.x` - node `0.4`
- Connect `< 2.8` - node `0.6`
- Connect `>= 2.8 < 3` - node `0.8`
- Connect `>= 3` - node `0.10`, `0.12`, `4.x`, `5.x`, `6.x`, `7.x`, `8.x`, `9.x`, `10.x`, `11.x`; io.js `1.x`, `2.x`, `3.x`
- Connect `>= 3` - node `0.10`, `0.12`, `4.x`, `5.x`, `6.x`, `7.x`, `8.x`, `9.x`, `10.x`, `11.x`, `12.x`; io.js `1.x`, `2.x`, `3.x`

## License

Expand Down

0 comments on commit 683fcbe

Please sign in to comment.