diff options
author | Jan Viljanen <jan.a.viljanen@gmail.com> | 2018-05-06 11:33:21 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-05-06 11:33:21 +0200 |
commit | f8575fd1e4444f2fe07cc1bea1b61dd18f10c72f (patch) | |
tree | b68f7371a84644a140129c5a298554fabe516016 | |
parent | 8ce63930484f1d41e70d8d8b5a485fb95eca242e (diff) | |
download | rneovim-f8575fd1e4444f2fe07cc1bea1b61dd18f10c72f.tar.gz rneovim-f8575fd1e4444f2fe07cc1bea1b61dd18f10c72f.tar.bz2 rneovim-f8575fd1e4444f2fe07cc1bea1b61dd18f10c72f.zip |
CI/travis: fix building 32bit on linux (#8365)
Fixes #8351
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ab32b38f3d..6372a7eda5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |