Files
go-mocket/.travis.yml
2017-06-05 22:35:55 +02:00

7 lines
103 B
YAML

language: go
go:
- master
env:
- GOMAXPROCS=4 GORACE=halt_on_error=1
script:
- go test -race -v .