diff --git a/.travis.yml b/.travis.yml index 6b2b4c30..c918ce37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ./...