From 83ce8c30fcdf4029b9760660c01a2ea362119a55 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 3 Jan 2017 22:36:39 -0800 Subject: [PATCH] skip cleanup on travis deployment --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 772263077..69b3a70ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ script: deploy: provider: releases + skip_cleanup: true api_key: secure: ERL986+ncQ8lwAJUYDrQ8s2/FxF/cyNIwJIFCqspnWxQgGNNyokET9HapmlPSxjpFRF0q6L2WCg9OY3mSVRq4oI6hg1igOQ12KlLyN71XSJ3c8w0Ay5ho48TQ9l3f3Iu97mntBCe9l0R9pnT8wj1VI8YJxloXwUMG2yeTjA9aBI= file: @@ -37,4 +38,5 @@ deploy: - build/openbsd_amd64.tar.gz - build/openbsd_386.tar.gz on: - repo: chrislusf/seaweedfs + branch: release + repo: chrislusf/seaweedfs