Browse Source

Add Go 1.13 to test matrix

Frédéric Guillot 6 years ago
parent
commit
456ebaf423
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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