logrus/.travis.yml

13 lines
231 B
YAML

language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip
install:
- go get -t $(go list ./... | grep -v /examples/)
script:
- GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v $(go list ./... | grep -v /examples/)