aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-03-01 16:48:09 +0100
committerMichael Muré <batolettre@gmail.com>2020-03-01 16:48:09 +0100
commit4096cb05f69e38883cbbac800cfb55e667769dff (patch)
treece364f8b7fd9b3ad4452719c9ecda0d99541e1b8 /.travis.yml
parent71580c41a931a1ad2c04682e0fd701661b716c95 (diff)
downloadgit-bug-4096cb05f69e38883cbbac800cfb55e667769dff.tar.gz
travis: build with go-1.14, release with go-1.13
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 94b07e38..e63910ed 100644
--- a/.travis.yml
+++ b/.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