Skip to content

Commit ab698c1

Browse files
committed
chore: Adding Node 12 to CI conf.
1 parent fbfa69f commit ab698c1

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
@@ -2,6 +2,7 @@ language: node_js
22
node_js:
33
- "8"
44
- "10"
5+
- "12"
56
os: linux
67
sudo: false
78
before_install:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
33
# node.js
4+
- nodejs_version: "12"
45
- nodejs_version: "10"
56
- nodejs_version: "8"
67

0 commit comments

Comments
 (0)