From 54f5355b1c7fee266184da582c04c4af43093873 Mon Sep 17 00:00:00 2001 From: Epowerj Date: Thu, 21 Dec 2017 15:08:31 -0500 Subject: [PATCH] Added skip cleanup --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ab561ad24e..799fcfd77c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,6 @@ script: after_success: - chmod +x upload-build.sh - ./upload-build.sh + +deploy: + skip_cleanup: true