From 238a493d65a046f0af836e07ef54c84c9246903e Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 9 Apr 2020 18:04:06 +0200 Subject: [PATCH] Fixed cleanup skip --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0a0184d2..d41b199b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,10 +27,12 @@ deploy: - provider: script script: "bash scripts/travis_deploy_dev_server.sh" cleanup: false + skip_cleanup: true on: branch: develop - provider: script cleanup: false + skip_cleanup: true script: "bash scripts/travis_deploy_github.sh" on: branch: master \ No newline at end of file