Skip to content

Commit 2e67f75

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

File tree

5 files changed

+643
-665
lines changed

5 files changed

+643
-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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ environment:
1212
access_token:
1313
secure: lssbt7qseyxwc46940dj
1414
matrix:
15-
- nodejs_version: "6"
15+
- nodejs_version: "10"
16+
- nodejs_version: "11"
17+
- nodejs_version: "12"
1618

1719
platform:
1820
- x64

0 commit comments

Comments
 (0)