From 27cc3375bb0ae2cd458994ec9dd24a33c07f4278 Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 7 Nov 2018 18:36:05 +0100 Subject: [PATCH] skip cleanup on deployment --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ac30844..dd37371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ deploy: file: - ticker-frontend-$RELEASE_VERSION.tar.gz - sha512sums.txt + skip_cleanup: true on: repo: systemli/ticker-frontend tags: true