1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 01:57:02 +00:00
Files
go-inbucket/.travis.yml
2017-12-12 19:57:20 -08:00

12 lines
115 B
YAML

language: go
sudo: false
before_script:
- go vet ./...
go:
- 1.8.5
- 1.9.2
script: go test -race -v ./...