Browse Source

Add go 1.3 to travis configuration

Willem van Bergen 10 years ago
parent
commit
54ab3a19d1
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .travis.yml
  2. 1 1
      README.md

+ 1 - 0
.travis.yml

@@ -2,6 +2,7 @@ language: go
 go:
 - 1.1
 - 1.2
+- 1.3
 
 before_install:
 - sudo apt-get install zookeeper 2>&1

+ 1 - 1
README.md

@@ -9,7 +9,7 @@ There is a google group for discussion
 * web: https://groups.google.com/forum/#!forum/sarama-users
 * email: sarama-users@googlegroups.com
 
-It is compatible with Go 1.1 and 1.2 (which means `go vet` on 1.2 may return
+It is compatible with Go 1.1, 1.2, and 1.3 (which means `go vet` on 1.2 or 1.3 may return
 some suggestions that we are ignoring for the sake of compatibility with 1.1).
 
 A word of warning: the API is not 100% stable yet. It won't change much (in particular the low-level