Skip to content

Commit

Permalink
test with node v8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 30, 2017
1 parent f1456b1 commit 1e192f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -22,6 +22,13 @@ branches:
matrix:
include:
# Linux
- os: linux
compiler: clang
env: NODE_VERSION="8"
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="7"
Expand Down Expand Up @@ -76,6 +83,9 @@ matrix:
- os: osx
compiler: clang
env: NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false # node abi 47
- os: osx
compiler: clang
env: NODE_VERSION="8" # node abi 57
- os: osx
compiler: clang
env: NODE_VERSION="7" # node abi 51
Expand Down

0 comments on commit 1e192f6

Please sign in to comment.