From 8aac578b3f137ff064dfa5ee80b2c56f1175a7bd Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (pragmatismo.io)" Date: Sun, 11 Nov 2018 21:29:48 -0200 Subject: [PATCH] CI in progress. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f4ba010..d997d96c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ deploy: - provider: releases api_key: $GITHUB_TOKEN file_glob: true - file: src/**/* + file: "{YOURLIB}-*.tgz" skip_cleanup: true on: tags: false