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