From 99db31fe9f2934094db935e840ffef30005b8cc7 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Thu, 26 Nov 2015 20:45:40 +0100 Subject: [PATCH] Fix: exclude tar file from compression --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 13d4e9972..3f37fc073 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ after_script: - mv node-${NVER}-linux-x64 node # Clean testing packages - npm prune --production - - tar czf ucoin.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share" + - tar czf ucoin.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share" --exclude "ucoin.tar.gz" # Releases deployed on GitHub deploy: -- GitLab