Browse Source

Add Golang 1.12 to CI

Frédéric Guillot 7 years ago
parent
commit
45df254fe7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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