Skip to content

Commit a498ff9

Browse files
author
Dane Springmeyer
committed
bump to v3.1.8, build/test node v7 [publish binary]
1 parent a5f1575 commit a498ff9

2 files changed

Lines changed: 27 additions & 11 deletions

File tree

.travis.yml

Lines changed: 11 additions & 1 deletion
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="7"
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="6"
@@ -60,7 +67,7 @@ matrix:
6067
# test building against external sqlite
6168
- os: linux
6269
compiler: clang
63-
env: NODE_VERSION="0.10.40" EXTERNAL_SQLITE=true PUBLISHABLE=false
70+
env: NODE_VERSION="0.10" EXTERNAL_SQLITE=true PUBLISHABLE=false
6471
addons:
6572
apt:
6673
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
@@ -69,6 +76,9 @@ matrix:
6976
- os: osx
7077
compiler: clang
7178
env: NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false # node abi 47
79+
- os: osx
80+
compiler: clang
81+
env: NODE_VERSION="7" # node abi 51
7282
- os: osx
7383
compiler: clang
7484
env: NODE_VERSION="6" # node abi 48

appveyor.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,40 @@ environment:
44
node_pre_gyp_secretAccessKey:
55
secure: 1amwJJw9fu0j6dXnc5KsAQbSYf7Cjw/dapT6OZWABa6nc52grkKeLQ+DGaOfQz8i
66
matrix:
7-
- nodejs_version: 0.10.40
7+
- nodejs_version: 0.10
88
platform: x86
99
msvs_toolset: 12
10-
- nodejs_version: 0.10.40
10+
- nodejs_version: 0.10
1111
platform: x64
1212
msvs_toolset: 12
13-
- nodejs_version: 0.12.7
13+
- nodejs_version: 0.12
1414
platform: x86
1515
msvs_toolset: 12
16-
- nodejs_version: 0.12.7
16+
- nodejs_version: 0.12
1717
platform: x64
1818
msvs_toolset: 12
19-
- nodejs_version: 4.0.0
19+
- nodejs_version: 4
20+
platform: x64
21+
msvs_toolset: 12
22+
- nodejs_version: 4
23+
platform: x86
24+
msvs_toolset: 12
25+
- nodejs_version: 5
2026
platform: x64
2127
msvs_toolset: 12
22-
- nodejs_version: 4.0.0
28+
- nodejs_version: 5
2329
platform: x86
2430
msvs_toolset: 12
25-
- nodejs_version: 5.0.0
31+
- nodejs_version: 6
2632
platform: x64
2733
msvs_toolset: 12
28-
- nodejs_version: 5.0.0
34+
- nodejs_version: 6
2935
platform: x86
3036
msvs_toolset: 12
31-
- nodejs_version: 6.0.0
37+
- nodejs_version: 7
3238
platform: x64
3339
msvs_toolset: 12
34-
- nodejs_version: 6.0.0
40+
- nodejs_version: 7
3541
platform: x86
3642
msvs_toolset: 12
3743
# custom visual studio 2015 builds

0 commit comments

Comments
 (0)