Remove custom godep step in travis

This commit is contained in:
Nikhita Raghunath
2018-12-04 16:19:23 +05:30
parent 7f18b87519
commit cde316a81d

View File

@@ -3,8 +3,7 @@ language: go
go_import_path: k8s.io/client-go
go:
- 1.11.1
- 1.11.2
script:
- if [ "$TRAVIS_BRANCH" != "master" ]; then godep restore; fi
- go build ./...
- go build ./...