Skip to content
Snippets Groups Projects
Commit fec391a3 authored by Frédéric Guillot's avatar Frédéric Guillot
Browse files

Switch Travis to Go 1.10

parent ec08f45b
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ addons: ...@@ -6,7 +6,7 @@ addons:
postgresql: "9.4" postgresql: "9.4"
language: go language: go
go: go:
- 1.9 - "1.10"
before_install: before_install:
- npm install -g jshint - npm install -g jshint
- go get -u github.com/golang/lint/golint - go get -u github.com/golang/lint/golint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment