Skip to content

Commit

Permalink
Build only with stable go version
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarvardt committed Mar 26, 2020
1 parent f2a1e8f commit eaf24e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ after_success:
# calls goreleaser
deploy:
- provider: script
skip_cleanup: true
# run the clean up as tests install some extra-tools required for coverage and linting
skip_cleanup: false
script: curl -sL http://git.io/goreleaser | bash
on:
tags: true
# build only on stable go version
go: "stable"

0 comments on commit eaf24e8

Please sign in to comment.