diff --git a/.travis.yml b/.travis.yml index 102f786..f466db4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,11 +61,10 @@ cache: directories: # cache folder with Cypress binary - ~/.cache - -deploy: - - provider: script - skip_cleanup: true - script: bash -ex ./scripts/deploy_on_k8s.sh - on: - tags: true - all_branches: true +# deploy: +# - provider: script +# skip_cleanup: true +# script: bash -ex ./scripts/deploy_on_k8s.sh +# on: +# tags: true +# all_branches: true