Skip to content

Commit

Permalink
ci: add recent Node.js versions to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Feb 6, 2020
1 parent f0775c1 commit 97f519f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ node_js:
- "6"
- "8"
- "9"
- "10"
- "12"

after_success:
- npm install coveralls
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ environment:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: "10"
- nodejs_version: "12"

platform:
- x86
Expand Down

0 comments on commit 97f519f

Please sign in to comment.