Add Go 1.13 to test matrix

This commit is contained in:
Frédéric Guillot 2019-09-05 21:20:11 -07:00 committed by Frédéric Guillot
parent 2d27f53941
commit 456ebaf423
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ go_import_path: "miniflux.app"
go:
- "1.11"
- "1.12"
- "1.13"
before_install:
- npm install -g jshint
- go get -u golang.org/x/lint/golint