Browse Source

Add Go 1.9 to CI (#979)

* Add Go 1.9 to CI

* Remove go 1.7 from CI
Kirill Danshin 8 năm trước cách đây
mục cha
commit
6f7cb84bd9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -25,8 +25,8 @@ env:
       AUTH=false
 
 go:
-  - 1.7
   - 1.8
+  - 1.9
 
 install:
   - pip install --user cql PyYAML six