add back the mysterious apt-get install qemu-user-static

master
Jorge Aparicio 2016-09-30 20:08:29 -05:00
parent 3b8dedd416
commit d8fa45a653
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ install:
script: script:
- cargo generate-lockfile - cargo generate-lockfile
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then - if [[ $TRAVIS_OS_NAME = "linux" ]]; then
sudo apt-get remove -y qemu-user-static &&
sudo apt-get install -y qemu-user-static &&
sh ci/run-docker.sh $TARGET; sh ci/run-docker.sh $TARGET;
else else
cargo test --target $TARGET && cargo test --target $TARGET &&