From 57105f899e147d83c45ee43b8b675f0f850d81d4 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Fri, 26 Oct 2018 08:57:40 -0700 Subject: [PATCH] Remove unit test and sanity test in favor of prow job --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69e06f1688..7b12f6b155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,5 @@ before_install: script: - make - - make test - - make test-sanity - go test -covermode=count -coverprofile=profile.cov ./pkg/... - $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci -