Explorar el Código

Merge pull request #303 from relops/2.1.2

Upgrade CI build to Cassandra 2.1.2
Chris Bannister hace 11 años
padre
commit
f9e67558e6
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .travis.yml
  2. 1 1
      README.md

+ 1 - 1
.travis.yml

@@ -6,7 +6,7 @@ matrix:
 env:
   - CASS=1.2.19
   - CASS=2.0.11
-  - CASS=2.1.1
+  - CASS=2.1.2
 
 go:
   - 1.2

+ 1 - 1
README.md

@@ -16,7 +16,7 @@ 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.11 | 2.1.1
+Go/Cassandra | 1.2.19 | 2.0.11 | 2.1.2
 -------------| -------| ------| ---------
 1.2  | yes | yes | yes
 1.3  | yes | yes | yes