We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e883f3b commit 46da21fCopy full SHA for 46da21f
2 files changed
.travis.yml
@@ -26,6 +26,7 @@ env:
26
- TRAVIS_NODE_VERSION="9"
27
- TRAVIS_NODE_VERSION="9" ARCH="x86"
28
- TRAVIS_NODE_VERSION="10"
29
+ - TRAVIS_NODE_VERSION="12"
30
matrix:
31
exclude:
32
- os: osx
appveyor.yml
@@ -7,10 +7,11 @@ environment:
7
8
9
- nodejs_version: "6"
10
- - binary_builder: "true"
11
- nodejs_version: "8"
+ - nodejs_version: "8"
+ binary_builder: "true"
12
- nodejs_version: "9"
13
- nodejs_version: "10"
14
+ - nodejs_version: "12"
15
16
platform:
17
- x86
0 commit comments