Remove travis in favour of prow

This commit is contained in:
Nikhita Raghunath 2019-04-16 22:49:41 +05:30
parent b7bf0a35f1
commit 3c381244c2

View File

@ -1,12 +0,0 @@
language: go
go_import_path: k8s.io/client-go
go:
- 1.12.1
install:
- echo "Skip godeps"
script:
- GO111MODULE=on go build ./...