Skip to content

Commit

Permalink
remove win x86 build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstoneham committed Sep 26, 2020
1 parent fcacc6d commit 4c1f7c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ matrix:
api_key: $GITHUB_OAUTH_TOKEN
file:
- "release/Altitude-Metrix-Wallet-win32-x64.exe"
- "release/Altitude-Metrix-Wallet-win32-x86.exe"
- "release/Altitude-Metrix-Wallet-linux-x64.AppImage"
- "release/Altitude-Metrix-Wallet-mac-x64.dmg"
skip_cleanup: true
Expand All @@ -31,8 +30,6 @@ script:
- npm run electron:linux
- npm run electron:windows
- mv release/Altitude-Metrix-Wallet-win32.exe release/Altitude-Metrix-Wallet-win32-x64.exe
- npm run electron:windows32
- mv release/Altitude-Metrix-Wallet-win32.exe release/Altitude-Metrix-Wallet-win32-x86.exe

before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
Expand Down

0 comments on commit 4c1f7c3

Please sign in to comment.