diff --git a/.travis.yml b/.travis.yml index ad76bd6f..543ff22d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,10 +33,12 @@ addons: apt: packages: - qemu-system-x86 + homebrew: + packages: + - qemu install: - - if [ $TRAVIS_OS_NAME = osx ]; then brew update; brew install qemu; fi - - if [ $TRAVIS_OS_NAME = windows ]; then wget https://qemu.weilnetz.de/w64/2018/qemu-w64-setup-20180801.exe; 7z x qemu-w64-setup-20180801.exe; fi + - if [ $TRAVIS_OS_NAME = windows ]; then choco install qemu; export PATH="/c/Program Files/qemu:$PATH"; fi before_script: - rustup component add rust-src