Skip to content

Commit

Permalink
Add node 10 to travis and appveyor matrix
Browse files Browse the repository at this point in the history
Also run integration tests with node 8 instead of 6 in appveyor
  • Loading branch information
tolbertam committed May 16, 2018
1 parent 23da442 commit 707953f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "10"
- "8"
- "6"
- "4"
Expand Down
5 changes: 3 additions & 2 deletions ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 707953f

Please sign in to comment.