kubernetes/vendor/github.com/monochromegane/go-gitignore/.travis.yml

language: go
go:
  - 1.14.x
  - master
script:
  - go test -v ./...