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

Commit

Permalink
remove from travis integration-tests which are now running in prow (#…
Browse files Browse the repository at this point in the history
…2237)

* remove from travis integration-tests which are now running in prow

* document why we build what we're building
  • Loading branch information
MHBauer authored and k8s-ci-robot committed Jul 27, 2018
1 parent 65113a6 commit c51705f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
make verify-docs
else
echo "Running full build"
make verify build svcat build-integration build-e2e test-integration
# make sure code quality is good and proper
# generate the output binaries for server and client
# ensure the tests build
make verify build svcat build-integration build-e2e
fi
env: GO_VERSION=1.10
# Doc Site svc-cat.io
Expand Down

0 comments on commit c51705f

Please sign in to comment.