Skip to content

Commit

Permalink
Merge pull request #108 from hellofresh/hotfix/build-on-stable-only
Browse files Browse the repository at this point in the history
PT-6803 Build only with stable go version
  • Loading branch information
vgarvardt authored Mar 26, 2020
2 parents f2a1e8f + eaf24e8 commit a750a29
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 a750a29

Please sign in to comment.