Browse Source

Add go1.8 to CI tests (#897)

* Add go1.8 to CI tests

What
===
Add go1.8 to CI tests.

Why
===
It's the latest Go release and we should be ensuring tests pass on it.

* Remove go1.6 from CI tests.

What
===
Remove go1.6 from CI tests.

Why
===
The gocql README calls out that the last two major versions will be
supported. The last two major versions are go1.7 and go1.8.
Leigh McCulloch 8 years ago
parent
commit
92aa5d3d0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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