aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/Sirupsen/logrus/.travis.yml
blob: 804c56943856843779108ec0dee405324f6b1a96 (plain)
1
2
3
4
5
6
7
8
language: go
go:
  - 1.6
  - 1.7
  - tip
install:
  - go get -t ./...
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...