Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ea2d58

Browse files
author
Dane Springmeyer
committed
Test on node v6.x
1 parent dadea49 commit 9ea2d58

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ branches:
2222
matrix:
2323
include:
2424
# Linux
25+
- os: linux
26+
compiler: clang
27+
env: NODE_VERSION="6"
28+
addons:
29+
apt:
30+
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
31+
packages: [ 'clang-3.5']
2532
- os: linux
2633
compiler: clang
2734
env: NODE_VERSION="5"
@@ -62,6 +69,9 @@ matrix:
6269
- os: osx
6370
compiler: clang
6471
env: NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false # node abi 47
72+
- os: osx
73+
compiler: clang
74+
env: NODE_VERSION="6" # node abi 48
6575
- os: osx
6676
compiler: clang
6777
env: NODE_VERSION="5" # node abi 47

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ environment:
2828
- nodejs_version: 5.0.0
2929
platform: x86
3030
msvs_toolset: 12
31+
- nodejs_version: 6.0.0
32+
platform: x64
33+
msvs_toolset: 12
34+
- nodejs_version: 6.0.0
35+
platform: x86
36+
msvs_toolset: 12
3137
# custom visual studio 2015 builds
3238
- nodejs_version: 0.10.40
3339
platform: x86

0 commit comments

Comments
 (0)