We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23da442 commit 707953fCopy full SHA for 707953f
.travis.yml
@@ -1,5 +1,6 @@
1
language: node_js
2
node_js:
3
+ - "10"
4
- "8"
5
- "6"
6
- "4"
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
7
ci_type: ci
8
- - nodejs_version: 8
+ - nodejs_version: 10
9
+ - nodejs_version: 6
10
- nodejs_version: 4
11
image: Visual Studio 2017
12
platform:
0 commit comments