Switch Travis to Go 1.11
This commit is contained in:
parent
9169fbafb2
commit
a9e9c347f4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ addons:
|
|||
language: go
|
||||
go_import_path: "miniflux.app"
|
||||
go:
|
||||
- "1.10"
|
||||
- "1.11"
|
||||
before_install:
|
||||
- npm install -g jshint
|
||||
- go get -u github.com/golang/lint/golint
|
||||
|
|
Loading…
Reference in a new issue