Explorar o código

Add Golang 1.12 to CI

Frédéric Guillot %!s(int64=7) %!d(string=hai) anos
pai
achega
45df254fe7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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