Skip to content

Commit

Permalink
Merge pull request #60 from Clivern/feature/go-1.12.x
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
Clivern authored Mar 31, 2019
2 parents 73b6364 + e738ca9 commit cf968f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- master

env:
Expand Down Expand Up @@ -54,6 +55,6 @@ deploy:
script: curl -sL http://git.io/goreleaser | bash
on:
tags: true
go: 1.11.x
go: 1.12.x
condition: $TRAVIS_OS_NAME = linux

0 comments on commit cf968f1

Please sign in to comment.