Files
vuls/.travis.yml

8 lines
113 B
YAML

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