Skip to content

Commit

Permalink
Add NodeJS 11 [publish binary]
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Nov 9, 2018
2 parents a28cc7a + 44dd081 commit 876b99c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,13 @@ addons:
matrix:
include:
# Linux
- os: linux
compiler: clang
env: NODE_VERSION="11"
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
- os: linux
compiler: clang
env: NODE_VERSION="10"
Expand Down Expand Up @@ -76,6 +83,9 @@ matrix:
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
packages: [ 'clang-3.5','libsqlite3-dev']
# OS X
- os: osx
compiler: clang
env: NODE_VERSION="11" # node abi 67
- os: osx
compiler: clang
env: NODE_VERSION="10" # node abi 64
Expand Down
5 changes: 5 additions & 0 deletions appveyor.yml
Expand Up @@ -30,6 +30,10 @@ environment:
platform: x64
- nodejs_version: 10
platform: x86
- nodejs_version: 11
platform: x64
- nodejs_version: 11
platform: x86
# electron
- nodejs_version: 10
platform: x64
Expand Down Expand Up @@ -98,6 +102,7 @@ environment:

os: Visual Studio 2015


install:
- scripts\build-appveyor.bat

Expand Down

0 comments on commit 876b99c

Please sign in to comment.