8 lines
135 B
YAML
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
|