travis: build with go-1.14, release with go-1.13

Michael Muré created

Change summary

.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Detailed changes

.travis.yml 🔗

@@ -6,6 +6,8 @@ matrix:
     go: 1.12.x
   - language: go
     go: 1.13.x
+  - language: go
+    go: 1.14.x
   - language: node_js
     node_js: node
     before_install:
@@ -41,5 +43,5 @@ deploy:
   file: dist/**/*
   on:
     repo: MichaelMure/git-bug
-    go: 1.11
+    go: 1.13.x
     tags: true