Unverified Commit 7d4496c9 by Kewde Committed by GitHub

add node v10 (travis)

parent e06c977b
...@@ -20,6 +20,13 @@ matrix: ...@@ -20,6 +20,13 @@ matrix:
# Linux # Linux
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="10"
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="9" env: NODE_VERSION="9"
addons: addons:
apt: apt:
......
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