Skip to content

Commit 7b53118

Browse files
authored
Test on Node 12 (#126)
1 parent c2753d5 commit 7b53118

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ node_js:
44
- "6"
55
- "8"
66
- "10"
7+
- "12"
78
matrix:
89
include:
9-
- node_js: "10"
10+
- node_js: "12"
1011
env: TEST_SUITE=lint
1112
env:
1213
- TEST_SUITE=unit

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ environment:
55
- nodejs_version: "6"
66
- nodejs_version: "8"
77
- nodejs_version: "10"
8+
- nodejs_version: "12"
89

910

1011
# Install scripts. (runs after repo cloning)

0 commit comments

Comments
 (0)