Browse Source

Merge pull request #224 from relops/2.1_v2

Integrate with Cassandra 2.1.x
Chris Bannister 11 years ago
parent
commit
80f3335b4a
2 changed files with 4 additions and 3 deletions
  1. 1 0
      .travis.yml
  2. 3 3
      README.md

+ 1 - 0
.travis.yml

@@ -3,6 +3,7 @@ language: go
 env:
   - CASS=1.2.19
   - CASS=2.0.10
+  - CASS=2.1.1
 
 go:
   - 1.2

+ 3 - 3
README.md

@@ -16,10 +16,10 @@ Supported Versions
 
 The following matrix shows the versions of Go and Cassandra that are tested with the integration test suite as part of the CI build:
 
-Go/Cassandra | 1.2.19 | 2.0.10 | 2.1.0
+Go/Cassandra | 1.2.19 | 2.0.10 | 2.1.1
 -------------| -------| ------| ---------
-1.2  | yes | yes | partial
-1.3  | yes | yes | partial
+1.2  | yes | yes | yes
+1.3  | yes | yes | yes
 
 Installation
 ------------