From 810fba5c89e8323119b4c8d1868a68be03136a29 Mon Sep 17 00:00:00 2001 From: n0vad3v Date: Fri, 28 Feb 2020 20:14:15 +0800 Subject: [PATCH] skip-cleanup --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 91bde30..ac260fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ go: jobs: include: - stage: test-build + skip_cleanup: true script: go build -o webp-server-linux-amd64 webp-server.go script: ls