hanayo/vendor/github.com/osuripple/cheesegull/.travis.yml

8 lines
135 B
YAML
Raw Normal View History

2019-02-23 13:29:15 +00:00
language: go
go:
- 1.9
script:
- go build -v
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash