Skip to content

Commit

Permalink
Remove build for 32bit for while
Browse files Browse the repository at this point in the history
Now that we have SQLite support. It need to build locally
for the current platform. Travis does not have 32bit support
then we need to use Docker for that. I don't have much time
to configure that right now. So for while I'm disabling the
build for 32bit.
  • Loading branch information
maxcnunes committed Jan 16, 2017
1 parent a172aad commit a257c52
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ install:
script:
- npm test
- npm run dist
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
npm run dist
else
npm run dist:all-arch
fi

branches:
except:
Expand Down

0 comments on commit a257c52

Please sign in to comment.