2014-03-26 17:20:36 +04:00
|
|
|
language: go
|
2017-05-15 13:45:16 +03:00
|
|
|
env:
|
|
|
|
- GOMAXPROCS=4 GORACE=halt_on_error=1
|
2018-09-06 15:49:06 +03:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- go: 1.10.x
|
|
|
|
install:
|
|
|
|
- go get github.com/stretchr/testify/assert
|
|
|
|
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
|
|
|
|
- go get golang.org/x/sys/unix
|
|
|
|
- go get golang.org/x/sys/windows
|
|
|
|
- go: 1.11.x
|
2017-05-15 13:45:16 +03:00
|
|
|
script:
|
2017-07-19 17:31:49 +03:00
|
|
|
- go test -race -v ./...
|