aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-05-01 16:04:26 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-05-01 16:06:47 +0200
commit85911ba938c3619a4610ffcfc5ecdf63f3b5d7e3 (patch)
treeaf3c31294a0c1a35e8ab9d050024d2ec47f42658 /.travis.yml
parentc962403019dd90689cffd6d411ee8e132696416a (diff)
Use official images instead of multiarch
Change-Id: I5031a19691966f1a5d63dc7dbd9c3254beed9a03 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 29cfe2a019663911e7ca5b2fee637e3bf494e1d6)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4fb071f2e..e9a1cbc10 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.6 python3.6-dev