logrus/.travis.yml

13 lines
190 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:45:16 +00:00
env:
- GOMAXPROCS=4 GORACE=halt_on_error=1
install:
- go get github.com/stretchr/testify/assert
script:
2017-07-19 14:31:49 +00:00
- go test -race -v ./...