Browse Source

Run travis tests against go 1.10 (#1085)

Matt Heath 7 years ago
parent
commit
4efe005555
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

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