1
0
Fork 0
mirror of https://github.com/Luzifer/continuous-spark.git synced 2024-12-21 02:01:16 +00:00
continuous-spark/vendor/github.com/sirupsen/logrus/.travis.yml
Knut Ahlers 164e4b60f5
Vendor dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-07-28 07:24:58 +02:00

12 lines
186 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 .