dex/vendor/github.com/Sirupsen/logrus/.travis.yml
2016-12-12 15:56:50 -08:00

10 lines
155 B
YAML

language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- go get -t ./...
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...