logrus/.travis.yml

9 lines
143 B
YAML
Raw Normal View History

2014-03-26 13:20:36 +00:00
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
2014-03-26 13:20:36 +00:00
- tip
2017-05-15 10:34:03 +00:00
install: go get -v
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...