From 4b069c8a4ca91af84c202048fca75ede6518c647 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 2 Mar 2016 22:26:47 +0000 Subject: [PATCH] Disable travis-ci apt source for Google Chrome This prevents adding i386 as a foreign architecture. We don't need Chrome anyway. Signed-off-by: Simon McVittie --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bab1718..9f3d6fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ sudo: required dist: trusty language: c install: + # travis-ci has a sources list for Chrome which doesn't support i386 + - ": | sudo tee /etc/apt/sources.list.d/google-chrome.list" - test "$dbus_ci_host" != mingw || sudo dpkg --add-architecture i386 - sudo apt-get -qq -y update - sudo apt-get -qq -y build-dep dbus -- 2.7.4