diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 16:04:26 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 16:08:39 +0200 |
commit | 8f130be577b00cb3ff9e1db6358e5d8bd1c50af8 (patch) | |
tree | 4dd4fccfb11a5cc4f9a087bb99c1c0f265cf0f67 /.travis.yml | |
parent | cbe70ae26c26ef88339ab8fd48a5cbb8673e9152 (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.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ee75cc974..d1c2cf51d 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 |