2017-06-24 18:25:26 +00:00
|
|
|
language: go
|
|
|
|
go:
|
2018-08-19 22:34:53 +00:00
|
|
|
- 1.9.x
|
|
|
|
- 1.10.x
|
2017-06-24 18:25:26 +00:00
|
|
|
env:
|
|
|
|
- GOMAXPROCS=4 GORACE=halt_on_error=1
|
|
|
|
install:
|
|
|
|
- go get github.com/stretchr/testify/assert
|
2017-10-20 09:38:03 +00:00
|
|
|
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
|
|
|
|
- go get golang.org/x/sys/unix
|
|
|
|
- go get golang.org/x/sys/windows
|
2017-06-24 18:25:26 +00:00
|
|
|
script:
|
2017-10-20 09:38:03 +00:00
|
|
|
- go test -race -v ./...
|