ci: Fix Travis CI 32-bit builds

Build broke because Chrome is now 64-bit only. We don't use Chrome
anyway, so let's just delete the Chrome repository list.
This commit is contained in:
Jonathan Li 2016-03-03 22:21:44 +00:00
parent edef3ad8c3
commit 34ea33f237
1 changed files with 3 additions and 0 deletions

View File

@ -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