diff --git a/.travis.yml b/.travis.yml index 94b07e385e31b0af87b4a8524c49f00d62a91173..e63910ed976ac84e070c6d000ddab6c6faa7c9f6 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