Commit 9ea2d588 by Dane Springmeyer

Test on node v6.x

parent dadea49b
......@@ -24,6 +24,13 @@ matrix:
# Linux
- os: linux
compiler: clang
env: NODE_VERSION="6"
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
packages: [ 'clang-3.5']
- os: linux
compiler: clang
env: NODE_VERSION="5"
addons:
apt:
......@@ -64,6 +71,9 @@ matrix:
env: NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false # node abi 47
- os: osx
compiler: clang
env: NODE_VERSION="6" # node abi 48
- os: osx
compiler: clang
env: NODE_VERSION="5" # node abi 47
- os: osx
compiler: clang
......
......@@ -28,6 +28,12 @@ environment:
- nodejs_version: 5.0.0
platform: x86
msvs_toolset: 12
- nodejs_version: 6.0.0
platform: x64
msvs_toolset: 12
- nodejs_version: 6.0.0
platform: x86
msvs_toolset: 12
# custom visual studio 2015 builds
- nodejs_version: 0.10.40
platform: x86
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment