kubernetes/vendor/github.com/mohae/deepcopy/.travis.yml

language: go

go:
  - tip

matrix:
  allow_failures:
    - go: tip

script:
  - go test ./...