diff --git a/travis.sh b/travis.sh index 10c3fc3c2c..4d326b2436 100755 --- a/travis.sh +++ b/travis.sh @@ -21,6 +21,9 @@ linux_32_before_install() { COMPILER_PACKAGE="g++-${VERSION}-multilib" fi + # apt-get update fails because Chrome is 64-bit only. + sudo rm -f /etc/apt/sources.list.d/google-chrome.list + sudo apt-get -qq update # The 64-bit versions of the first 7 dependencies are part of the initial