Răsfoiți Sursa

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

Jorge Aparicio 8 ani în urmă
părinte
comite
d8fa45a653
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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 &&