Explorar el Código

Run travis tests against go 1.10 (#1085)

Matt Heath hace 7 años
padre
commit
4efe005555
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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