From d65574544ffb6712f54da0670d8e44554d024c98 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Fri, 23 Nov 2018 17:55:53 +0100 Subject: [PATCH] Ship 32-bit strip binary, mk. 3 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d57337..25a3f3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,10 @@ matrix: - automake # required for patchelf - libfuse2:i386 - libcairo2:i386 - - binutils-i686-gnu # to be able to bundle 32-bit strip binary + install: + # to be able to bundle 32-bit strip binary + - wget https://ftp.fau.de/debian/pool/main/b/binutils/binutils-i686-linux-gnu_2.31.1-7_i386.deb + - sudo dpkg -i binutils-i686-linux-gnu*.deb - env: ARCH=x86_64 BUILD_TYPE=coverage addons: apt: