Skip to content

Commit

Permalink
Fix package 32-bit build
Browse files Browse the repository at this point in the history
Fixes the package 32-bit build broken by
e7fdb70 PR #2274.
  • Loading branch information
derekbruening committed Mar 30, 2020
1 parent 1cf7175 commit 7621257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- if: type = cron OR env(TRAVIS_EVENT_TYPE) = cron
os: linux
compiler: gcc
env: DEPLOY=yes DEPLOY_DOCS=yes
env: DEPLOY=yes DEPLOY_DOCS=yes DRMEMORY_INSTALL_MULTILIB=yes
- if: type = cron OR env(TRAVIS_EVENT_TYPE) = cron
os: osx
compiler: clang
Expand Down

0 comments on commit 7621257

Please sign in to comment.