Explorar el Código

Switch Travis to Go 1.10

Frédéric Guillot hace 8 años
padre
commit
fec391a336
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -6,7 +6,7 @@ addons:
   postgresql: "9.4"
 language: go
 go:
-  - 1.9
+  - "1.10"
 before_install:
   - npm install -g jshint
   - go get -u github.com/golang/lint/golint