k3s/vendor/github.com/theckman/go-flock/.travis.yml
Darren Shepherd 6f01e13fc4 Update vendor
2019-04-09 10:35:00 -07:00

11 lines
161 B
YAML

language: go
go:
- 1.10.x
- 1.11.x
script: go test -v -check.vv -race ./...
sudo: false
notifications:
email:
on_success: never
on_failure: always