diff --git a/.travis.yml b/.travis.yml index 69b2f4002..6a1a4b446 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ jobs: - script: ./scripts/golang-dep-ensure.sh # Unit tests - script: make test - - stage: E2e + # E2e tests script: ./scripts/travis-e2e.sh - script: ./scripts/travis-e2e-helm.sh - stage: deploy