From 4f951a242b4a9859cd0f8d4961c87c7ae05a281e Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Thu, 2 Feb 2017 13:59:28 +0100 Subject: [PATCH] add skip_cleanup in deploy Signed-off-by: Emile Vauge --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7fa34fc4e..63e7c79a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,10 +56,12 @@ deploy: tags: true - provider: script script: script/deploy.sh + skip_cleanup: true on: repo: containous/traefik tags: true - provider: script script: script/deploy-docker.sh + skip_cleanup: true on: repo: containous/traefik