Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit c51705f

Browse files
MHBauerk8s-ci-robot
authored andcommitted
remove from travis integration-tests which are now running in prow (#2237)
* remove from travis integration-tests which are now running in prow * document why we build what we're building
1 parent 65113a6 commit c51705f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040
make verify-docs
4141
else
4242
echo "Running full build"
43-
make verify build svcat build-integration build-e2e test-integration
43+
# make sure code quality is good and proper
44+
# generate the output binaries for server and client
45+
# ensure the tests build
46+
make verify build svcat build-integration build-e2e
4447
fi
4548
env: GO_VERSION=1.10
4649
# Doc Site svc-cat.io

0 commit comments

Comments
 (0)