Skip to content

Commit

Permalink
Add NodeJS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Oct 30, 2018
1 parent c191e61 commit 24853ea
Show file tree
Hide file tree
Showing 2 changed files with 14 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
4 changes: 4 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

0 comments on commit 24853ea

Please sign in to comment.