Skip to content

Commit 876b99c

Browse files
authored
Add NodeJS 11 [publish binary]
2 parents a28cc7a + 44dd081 commit 876b99c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ addons:
1818
matrix:
1919
include:
2020
# Linux
21+
- os: linux
22+
compiler: clang
23+
env: NODE_VERSION="11"
24+
addons:
25+
apt:
26+
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
27+
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
2128
- os: linux
2229
compiler: clang
2330
env: NODE_VERSION="10"
@@ -76,6 +83,9 @@ matrix:
7683
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
7784
packages: [ 'clang-3.5','libsqlite3-dev']
7885
# OS X
86+
- os: osx
87+
compiler: clang
88+
env: NODE_VERSION="11" # node abi 67
7989
- os: osx
8090
compiler: clang
8191
env: NODE_VERSION="10" # node abi 64

appveyor.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ environment:
3030
platform: x64
3131
- nodejs_version: 10
3232
platform: x86
33+
- nodejs_version: 11
34+
platform: x64
35+
- nodejs_version: 11
36+
platform: x86
3337
# electron
3438
- nodejs_version: 10
3539
platform: x64
@@ -98,6 +102,7 @@ environment:
98102

99103
os: Visual Studio 2015
100104

105+
101106
install:
102107
- scripts\build-appveyor.bat
103108

0 commit comments

Comments
 (0)