Skip to content

Commit

Permalink
Add NodeJS 13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Oct 31, 2019
1 parent a97009f commit 2b3fa4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ node_js:
- "10"
- "11"
- "12"
- "13"

addons:
apt:
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ environment:
platform: x64
- nodejs_version: "12"
platform: x86
- nodejs_version: "13"
platform: x64
- nodejs_version: "13"
platform: x86

install:
- where npm
Expand Down

0 comments on commit 2b3fa4c

Please sign in to comment.