CI/travis: fix building 32bit on linux (#8365)

Fixes #8351
This commit is contained in:
Jan Viljanen 2018-05-06 11:33:21 +02:00 committed by Justin M. Keyes
parent 8ce6393048
commit f8575fd1e4

View File

@ -64,7 +64,7 @@ jobs:
- os: linux
# Travis creates a cache per compiler. Set a different value here to
# store 32-bit dependencies in a separate cache.
compiler: gcc -m32
compiler: gcc
env: BUILD_32BIT=ON
- os: osx
compiler: clang