Skip to content

Commit

Permalink
Trigger go releaser when a release is tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Apr 24, 2018
1 parent 6701159 commit 8211639
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 @@ -4,4 +4,6 @@ go:
install:
- go get github.com/stretchr/testify/assert
script:
- go test -v ./...
- go test -v ./...
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

0 comments on commit 8211639

Please sign in to comment.