Add Golang 1.12 to CI
This commit is contained in:
parent
f3fc8b7072
commit
45df254fe7
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ language: go
|
|||
go_import_path: "miniflux.app"
|
||||
go:
|
||||
- "1.11"
|
||||
- "1.12"
|
||||
before_install:
|
||||
- npm install -g jshint
|
||||
- go get -u golang.org/x/lint/golint
|
||||
|
|
Loading…
Add table
Reference in a new issue