Skip to content

Commit 6fc2f8b

Browse files
author
Dane Springmeyer
committed
Start building for node v9 on unix
1 parent 72bddaf commit 6fc2f8b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ addons:
1818
matrix:
1919
include:
2020
# Linux
21+
- os: linux
22+
compiler: clang
23+
env: NODE_VERSION="9"
24+
addons:
25+
apt:
26+
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
27+
packages: [ 'clang-3.5']
2128
- os: linux
2229
compiler: clang
2330
env: NODE_VERSION="8"
@@ -72,6 +79,9 @@ matrix:
7279
- os: osx
7380
compiler: clang
7481
env: NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false # node abi 47
82+
- os: osx
83+
compiler: clang
84+
env: NODE_VERSION="9" # node abi 58
7585
- os: osx
7686
compiler: clang
7787
env: NODE_VERSION="8" # node abi 57

0 commit comments

Comments
 (0)