status-go/vendor/github.com/marten-seemann/tcp/.travis.yml

17 lines
120 B
YAML

language: go
os:
- linux
- osx
go:
- 1.11.6
- 1.12.1
- tip
script:
- go test -v -race
notifications:
email: false