initial commit
[govpp.git] / vendor / github.com / Sirupsen / logrus / .travis.yml
1 language: go
2 go:
3   - 1.6
4   - 1.7
5   - tip
6 install:
7   - go get -t ./...
8 script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...