Use node 10 on travis and appveyor
This commit is contained in:
parent
a1df9b785c
commit
126f926a8f
|
@ -1,7 +1,7 @@
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2015
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
nodejs_version: "8"
|
nodejs_version: "10"
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
|
@ -1,8 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
sudo: false
|
node_js: 10
|
||||||
|
|
||||||
node_js: node
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CXX=clang++
|
- CXX=clang++
|
||||||
|
|
Loading…
Reference in New Issue