hanayo/vendor/github.com/osuripple/cheesegull/.travis.yml
2019-02-23 13:29:15 +00:00

8 lines
135 B
YAML

language: go
go:
- 1.9
script:
- go build -v
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash