Skip to content

Commit

Permalink
Add NodeJS 13 to CI (kelektiv#762)
Browse files Browse the repository at this point in the history
Add NodeJS 13 to CI
  • Loading branch information
recrsn committed Nov 3, 2019
2 parents a97009f + 2b3fa4c commit 57d52be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ node_js:
- "10"
- "11"
- "12"
- "13"

addons:
apt:
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
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 57d52be

Please sign in to comment.