Skip to content

Commit

Permalink
ci: add Node 12 & 13
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jan 9, 2020
1 parent ec3965e commit 4c3b4ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ cache:
node_js:
- "8"
- "10"
- "node"
- "12"
- "13"

script:
- npm run eslint
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ environment:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "13"

matrix:
fast_finish: true
Expand Down

0 comments on commit 4c3b4ee

Please sign in to comment.