Skip to content

Commit 09177aa

Browse files
committed
travis: overwrite qemu-arm-static with newer version
1 parent f1498bd commit 09177aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ before_install:
1313
- sudo apt-add-repository --yes ppa:ev3dev/tools
1414
- sudo apt-get update
1515
- sudo apt-get install --yes debhelper pbuilder-ev3dev gobject-introspection $QEMU
16+
- if [ -n "$QEMU" ]; then
17+
wget https://github.com/multiarch/qemu-user-static/releases/download/v5.0.0-2/qemu-arm-static;
18+
chmod +x qemu-arm-static;
19+
sudo mv qemu-arm-static /usr/bin/;
20+
fi
1621
before_script:
1722
- pbuilder-ev3dev base
1823
- git checkout -B ev3dev-$DIST

0 commit comments

Comments
 (0)