logrus/.travis.yml

13 lines
231 B
YAML
Raw Normal View History

2014-03-26 13:20:36 +00:00
language: go
go:
- 1.3
2015-01-18 01:06:44 +00:00
- 1.4
2016-01-23 09:54:36 +00:00
- 1.5
2016-04-18 17:14:45 +00:00
- 1.6
- 1.7
2014-03-26 13:20:36 +00:00
- 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/)