From 707953f52709fc507f07edb18659f2e2d9f4d22e Mon Sep 17 00:00:00 2001 From: Andrew Tolbert Date: Tue, 15 May 2018 16:47:37 -0500 Subject: [PATCH] Add node 10 to travis and appveyor matrix Also run integration tests with node 8 instead of 6 in appveyor --- .travis.yml | 1 + ci/appveyor.yml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f413e82ac..d98e6fb00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: + - "10" - "8" - "6" - "4" diff --git a/ci/appveyor.yml b/ci/appveyor.yml index da39e32b0..44fd52a33 100644 --- a/ci/appveyor.yml +++ b/ci/appveyor.yml @@ -2,10 +2,11 @@ environment: appveyor_build_worker_cloud: gce ci_type: ci_unit matrix: - - nodejs_version: 6 + - nodejs_version: 8 TEST_CASSANDRA_VERSION: 3.11.2 ci_type: ci - - nodejs_version: 8 + - nodejs_version: 10 + - nodejs_version: 6 - nodejs_version: 4 image: Visual Studio 2017 platform: