diff options
-rw-r--r-- | .travis.yml | 4 |
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 |