فهرست منبع

Version 2.1.1 of the server appears to contain a fix for the test suite

Ben Hood 11 سال پیش
والد
کامیت
fdfa95ec9a
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 1 1
      .travis.yml
  2. 3 3
      README.md

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ language: go
 env:
   - CASS=1.2.19
   - CASS=2.0.10
-  - CASS=2.1.0
+  - 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
 ------------