mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-08 20:21:55 +00:00
15 lines
202 B
YAML
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
|