Kaynağa Gözat

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

Jorge Aparicio 8 yıl önce
ebeveyn
işleme
d8fa45a653
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -46,6 +46,8 @@ install:
 script:
   - cargo generate-lockfile
   - 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;
     else
       cargo test --target $TARGET &&