Use node 10 on travis and appveyor
This commit is contained in:
parent
9b385485d8
commit
c9d3a2fd09
|
@ -1,7 +1,7 @@
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2015
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
nodejs_version: "8"
|
nodejs_version: "10"
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
|
|
18
.travis.yml
18
.travis.yml
|
@ -1,22 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
sudo: false
|
node_js: 10
|
||||||
|
|
||||||
node_js:
|
|
||||||
- "node"
|
|
||||||
|
|
||||||
compiler: clang-3.6
|
|
||||||
|
|
||||||
env:
|
|
||||||
- CXX=clang-3.6
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- llvm-toolchain-precise-3.6
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- clang-3.6
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in New Issue