Skip to content

Commit

Permalink
travis: enable go 1.12, build release with go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMure committed Apr 21, 2019
1 parent 5be164c commit 8d7a2c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ matrix:
go: "1.10"
- language: go
go: "1.11"
- language: go
go: "1.12"
- language: node_js
node_js: 8
before_install:
Expand Down Expand Up @@ -48,5 +50,5 @@ deploy:
file: dist/**/*
on:
repo: MichaelMure/git-bug
go: 1.10.x
go: 1.11
tags: true

0 comments on commit 8d7a2c0

Please sign in to comment.