Skip to content

Commit 7494ccc

Browse files
committed
Add node v12 to travis and appveyor config
1 parent 5973760 commit 7494ccc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ node_js:
1616
- "9.11"
1717
- "10.15"
1818
- "11.14"
19+
- "12"
1920
env:
2021
global:
2122
# Necessary to build Node.js 0.6 on Travis CI images

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ environment:
2121
- nodejs_version: "9.11"
2222
- nodejs_version: "10.15"
2323
- nodejs_version: "11.14"
24+
- nodejs_version: "12"
2425

2526
services:
2627
- mysql

0 commit comments

Comments
 (0)