Files
vuls/.travis.yml
2019-09-09 20:26:26 +09:00

8 lines
118 B
YAML

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