Skip to content

Commit

Permalink
Add updates to make go releaser work in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeniesse authored Feb 26, 2019
1 parent 281e90f commit 19515e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -14,14 +14,13 @@ script:
- go test -v -race ./...
before_script:
- echo "REPO $TRAVIS_REPO_SLUG TAG ${TRAVIS_TAG}"
before_deploy:
- go get github.com/goreleaser/goreleaser
deploy:
- provider: script
script: goreleaser
script: curl -sL https://git.io/goreleaser | bash
skip_cleanup: true
on:
tags: true
condition: $TRAVIS_OS_NAME = linux
after_deploy:
- git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai
- bonsai/generate-sha512sum.sh

0 comments on commit 19515e8

Please sign in to comment.