From 939362515455295febd72eece27541f18ae3eaba Mon Sep 17 00:00:00 2001 From: Enrique Encalada Date: Wed, 20 Jan 2021 22:21:36 +0100 Subject: [PATCH] For travis tests Ensure only e2e tests are executed, unit and integration should be done via git actions --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00f566aed7..1c120b880e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,6 @@ install: script: - set -e - make - - make verify-codegen - # https://github.com/shipwright-io/build/issues/123 - - make test-unit-coverage - - make test-integration - make test-e2e TEST_IMAGE_REPO="$(./hack/install-registry.sh show):5000/shipwright-io/build-e2e" - set +e deploy: