1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-11-14 04:38:40 +00:00
go-mtree/vendor/github.com/Sirupsen/logrus/.travis.yml
Vincent Batts 50d22c5135 vendor: updating dependencies
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-06-24 14:45:05 -04:00

13 lines
226 B
YAML

language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- tip
env:
- GOMAXPROCS=4 GORACE=halt_on_error=1
install:
- go get github.com/stretchr/testify/assert
script:
- go test -race -v .
- cd hooks/null && go test -race -v .