kubernetes-entrypoint/vendor/github.com/google/gofuzz/.travis.yml
Quentin Machu 5e7246b0c9 Vendor dependencies
Fix #4
2016-10-12 15:00:05 +02:00

14 lines
187 B
YAML

language: go
go:
- 1.4
- 1.3
- 1.2
- tip
install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- go test -cover