Files
vuls/.travis.yml

8 lines
118 B
YAML

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