diff --git a/.travis.yml b/.travis.yml
index 7c648f4b4bc2a69e5fe022d413e6f87630e8fc6a..9e3d4cb0258adce289957d7786dc927924343eea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,9 +26,6 @@ before_deploy:
   # Clean testing packages
   - npm prune --production
   - tar czf ../ucoin.64bits.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test"  --exclude "share"  --exclude "node-${NVER}-linux-x86.tar.gz"  --exclude "node-${NVER}-linux-x86"
-  - rm -Rf node_modules node
-  - node-gyp clean configure build --verbose --arch=ia32
-  - npm install --production
   - mv node-${NVER}-linux-x86 node
   - rm node-${NVER}-linux-x86.tar.gz
   - tar czf ../ucoin.32bits.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test"  --exclude "share"