logrus/.travis.yml

14 lines
297 B
YAML
Raw Normal View History

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