Remove verify bazel from travis its run in prow

This commit is contained in:
mikesplain 2019-04-26 12:32:00 -04:00
parent ab2413135b
commit 06f5e03117
1 changed files with 2 additions and 1 deletions

View File

@ -565,8 +565,9 @@ ci: govet verify-gofmt verify-boilerplate verify-bazel verify-misspelling nodeup
# travis-ci is the target that travis-ci calls # travis-ci is the target that travis-ci calls
# we skip tasks that rely on bazel and are covered by other jobs # we skip tasks that rely on bazel and are covered by other jobs
# verify-gofmt: uses bazel, covered by pull-kops-verify-gofmt # verify-gofmt: uses bazel, covered by pull-kops-verify-gofmt
# verify-bazel: uses bazel, covered by pull-kops-verify-bazel
.PHONY: travis-ci .PHONY: travis-ci
travis-ci: govet verify-boilerplate verify-bazel verify-misspelling nodeup examples test | verify-gendocs verify-packages verify-apimachinery travis-ci: govet verify-boilerplate verify-misspelling nodeup examples test | verify-gendocs verify-packages verify-apimachinery
echo "Done!" echo "Done!"
.PHONY: pr .PHONY: pr