From fbbe2591efbe7d6729820c525b7811b84610a4a2 Mon Sep 17 00:00:00 2001 From: Vicente Zepeda Mas Date: Fri, 20 Oct 2017 10:52:08 -0600 Subject: [PATCH] fixes travis.yml format --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 455818f..4da83c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ deploy: file: - "build/dist/gosif.darwin-amd64.tar.gz" - "build/dist/gosif.linux-amd64.tar.gz" - skip_cleanup:true + skip_cleanup: true on: repo: chentex/go-sif tags: true