aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-05-01 16:21:30 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-05-01 16:21:30 +0200
commit02d0e5086d7f78d4bbac284a41d3be6f2cfba9ee (patch)
treee530c2c398dcafc97189bd49f12781bf70f82c1e /.travis.yml
parent88beba1cdba8fd44874528489c03ae9805ae0cf9 (diff)
Switch to arm32v6 and arm64v8 repos
Change-Id: I82ee83912b70d3d1d626038471f00f4332cf76aa Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0311d2f9..bf0c220a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ addons:
- libssl1.0.0
before_script:
- - sudo apt-get -y install qemu-user-static
+ - 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