From 29915596edd318f2aeed2cfb2befeaf522778b75 Mon Sep 17 00:00:00 2001 From: Zack Date: Sun, 12 May 2019 08:24:06 -0700 Subject: [PATCH] do cleanup --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a5e90b..17ebe11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ script: deploy: - provider: script - skip_cleanup: true + skip_cleanup: false script: curl -sL https://git.io/goreleaser | bash on: tags: true - condition: $TRAVIS_OS_NAME = linux \ No newline at end of file + condition: $TRAVIS_OS_NAME = linux