From 3956bd04a63c2adf9b6647356a9944ca1bb07277 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Sun, 8 Apr 2018 13:18:44 -0400 Subject: [PATCH] Skips cleanup I cannot for the life of me figure out why this is the default other than to save Travis space when people have huge artifacts. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d3a6cff..45b1159 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ deploy: secure: mz4/p8VB7qn6F3M8uPT2/mJmU/nEWRGgsxN+KM/Gg1isSVrRpWP0xYfPTOdU6o9f0IVBRIW7SjHuq1H9kqGhmWx+Aycs8gE905ORYidLRjbkPN/fiS2jL6CcRzolkprvK7btIRhxfFGB/y3L0MELh+kXo1A6oIm+2a+OwNpdi4c= file: optar-*.tar.gz file_glob: true + skip_cleanup: true on: repo: colindean/optar tags: true