diff --git a/.travis.yml b/.travis.yml index 091c875ba..67ed9a065 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,5 @@ install: script: - hack/verify-codegen.sh - travis_wait 20 goveralls -service=travis-ci -package ./pkg/... -v + - go test ./... - make e2e