2014-03-26 17:20:36 +04:00
|
|
|
language: go
|
|
|
|
go:
|
2017-04-20 10:50:47 +03:00
|
|
|
- 1.6.x
|
|
|
|
- 1.7.x
|
|
|
|
- 1.8.x
|
2014-03-26 17:20:36 +04:00
|
|
|
- tip
|
2017-05-15 13:45:16 +03:00
|
|
|
env:
|
|
|
|
- GOMAXPROCS=4 GORACE=halt_on_error=1
|
|
|
|
install:
|
|
|
|
- go get github.com/stretchr/testify/assert
|
2017-07-19 17:53:07 +03:00
|
|
|
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
|
2017-07-25 11:26:58 +03:00
|
|
|
- go get golang.org/x/sys/unix
|
2017-07-26 11:15:24 +03:00
|
|
|
- go get golang.org/x/sys/windows
|
2017-05-15 13:45:16 +03:00
|
|
|
script:
|
2017-07-19 17:31:49 +03:00
|
|
|
- go test -race -v ./...
|