Skip to content

Commit 707953f

Browse files
committed
Add node 10 to travis and appveyor matrix
Also run integration tests with node 8 instead of 6 in appveyor
1 parent 23da442 commit 707953f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- "10"
34
- "8"
45
- "6"
56
- "4"

ci/appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ environment:
22
appveyor_build_worker_cloud: gce
33
ci_type: ci_unit
44
matrix:
5-
- nodejs_version: 6
5+
- nodejs_version: 8
66
TEST_CASSANDRA_VERSION: 3.11.2
77
ci_type: ci
8-
- nodejs_version: 8
8+
- nodejs_version: 10
9+
- nodejs_version: 6
910
- nodejs_version: 4
1011
image: Visual Studio 2017
1112
platform:

0 commit comments

Comments
 (0)