1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-09 20:55:56 +00:00
Files
go-inbucket/.travis.yml
2017-02-12 14:53:42 -08:00

12 lines
116 B
YAML

language: go
sudo: false
before_script:
- go vet ./...
go:
- 1.7.5
- master
script: go test -race -v ./...