diff options
author | lloyd <[email protected]> | 2015-03-28 16:47:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-03-28 16:47:42 +0000 |
commit | fc643901daf4b6064c2f34d56f925cb8fd723b3e (patch) | |
tree | 5fc1ec84d22a79e112432ea1da30b08f476027cb /.travis.yml | |
parent | 4ca1feb9fe61fcc981b8539878bc07945d2efe7a (diff) |
Travis VMs don't have 32-bit libs, hopefully this fixes it
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 76b34690c..c15173139 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ install: - sudo apt-get install -y libssl-dev - sudo apt-get install -y libz-dev - sudo apt-get install -y libsqlite3-dev + - sudo apt-get install -y gcc-multilib - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90 |