Skip to content

Commit

Permalink
Fix compilation on node 12.x, still works on 10.x and 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
papodaca committed May 24, 2019
1 parent 59061b3 commit 00c118e
Show file tree
Hide file tree
Showing 5 changed files with 644 additions and 665 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ addons:
- cmake-data
matrix:
include:
- node_js: "6.2"
- node_js: "8.16"
- node_js: "10.15"
- node_js: "11.15"
- node_js: "12.3"
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ environment:
access_token:
secure: lssbt7qseyxwc46940dj
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "11"
- nodejs_version: "12"

platform:
- x64
Expand Down
Loading

0 comments on commit 00c118e

Please sign in to comment.