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
|
|
|
|
script:
|
|
|
|
- go test -race -v .
|