travis: bump go version to 1.11.2 and remove explicit godep command

godep restore is automatically run by Travis CI, so we don't really need
an explicit godep step for it.
This commit is contained in:
Nikhita Raghunath
2018-11-28 12:27:16 +05:30
parent b2d26f2856
commit 8c54759349

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 ./...