From 34c1d2285ff253d983d9eea0b4bf2c1bac76ed4f Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Thu, 3 Dec 2015 19:12:18 +0100 Subject: [PATCH] Fix: do not build x86 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c648f4b4..9e3d4cb02 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" -- GitLab