1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-08 20:21:55 +00:00
Files
go-inbucket/.travis.yml
2017-12-17 19:32:05 -08:00

15 lines
202 B
YAML

language: go
sudo: false
before_script:
- go vet ./...
go:
- 1.8.5
- 1.9.2
script: go test -race -v ./...
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash