Skip to content

Commit 00c118e

Browse files
committed
Fix compilation on node 12.x, still works on 10.x and 11.x
1 parent 59061b3 commit 00c118e

File tree

5 files changed

+644
-665
lines changed

5 files changed

+644
-665
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ addons:
1818
- cmake-data
1919
matrix:
2020
include:
21-
- node_js: "6.2"
21+
- node_js: "8.16"
22+
- node_js: "10.15"
23+
- node_js: "11.15"
24+
- node_js: "12.3"

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ environment:
1212
access_token:
1313
secure: lssbt7qseyxwc46940dj
1414
matrix:
15-
- nodejs_version: "6"
15+
- nodejs_version: "8"
16+
- nodejs_version: "10"
17+
- nodejs_version: "11"
18+
- nodejs_version: "12"
1619

1720
platform:
1821
- x64

0 commit comments

Comments
 (0)