import sirupsen with lowercase
[govpp.git] / vendor / github.com / sirupsen / logrus / .travis.yml
1 language: go
2 go:
3   - 1.6.x
4   - 1.7.x
5   - 1.8.x
6   - tip
7 env:
8   - GOMAXPROCS=4 GORACE=halt_on_error=1
9 install:
10   - go get github.com/stretchr/testify/assert
11 script:
12   - go test -race -v .
13   - cd hooks/null && go test -race -v .