Skip to content

Commit d8fa45a

Browse files
author
Jorge Aparicio
committed
add back the mysterious apt-get install qemu-user-static
1 parent 3b8dedd commit d8fa45a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ install:
4646
script:
4747
- cargo generate-lockfile
4848
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then
49+
sudo apt-get remove -y qemu-user-static &&
50+
sudo apt-get install -y qemu-user-static &&
4951
sh ci/run-docker.sh $TARGET;
5052
else
5153
cargo test --target $TARGET &&

0 commit comments

Comments
 (0)