From 0f65d9306bab3c7bfe49ea7948abbcbaea762452 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 16 Oct 2016 20:07:26 +0800 Subject: [PATCH] Travis: install 32-bit development libraries A 32-bit architecture will need 32-bit libraries. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44a6a29cb..bbb504c2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,10 @@ matrix: - bc - expect - gettext - - libncurses5-dev + - lib32ncurses5-dev + - g++-multilib env: - - CXXFLAGS="-g -m32" + - CXXFLAGS="-g -m32" CFLAGS="-g -m32" - os: linux compiler: clang addons: