Files
vuls/.travis.yml
2017-12-11 14:35:13 +09:00

8 lines
113 B
YAML

language: go
go:
- 1.x
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash