From 29cfe2a019663911e7ca5b2fee637e3bf494e1d6 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 1 May 2020 16:04:26 +0200 Subject: Use official images instead of multiarch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5031a19691966f1a5d63dc7dbd9c3254beed9a03 Signed-off-by: Cédric Ollivier --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cfd84f8c0..3ef017c04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ addons: - libssl1.0.0 before_script: - - sudo apt-get -y install qemu-user-static enchant + - sudo apt-get -y install enchant + - sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - sudo add-apt-repository -y ppa:deadsnakes/ppa - sudo apt-get update - sudo apt-get install python3.7 python3.7-dev -- cgit 1.2.3-korg