diff --git a/.travis.yml b/.travis.yml
index 13d4e9972a7a3d803df580d7ead33632dc2be939..3f37fc073effa9b85c596cff8699f8b6b800de94 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: