logrus/.travis.yml

15 lines
354 B
YAML
Raw Normal View History

2014-03-26 13:20:36 +00:00
language: go
2017-05-15 10:45:16 +00:00
env:
- GOMAXPROCS=4 GORACE=halt_on_error=1
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 10:45:16 +00:00
script:
2017-07-19 14:31:49 +00:00
- go test -race -v ./...