Add Golang 1.12 to CI

This commit is contained in:
Frédéric Guillot 2019-02-28 20:48:33 -08:00
parent f3fc8b7072
commit 45df254fe7
1 changed files with 1 additions and 0 deletions

View File

@ -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