We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65a1e9 commit 32b1ed1Copy full SHA for 32b1ed1
.travis.yml
@@ -22,7 +22,7 @@ addons:
22
23
install:
24
- if [ $TRAVIS_OS_NAME = osx ]; then brew update; brew install qemu; fi
25
- - 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
26
27
before_script:
28
- rustup component add rust-src
0 commit comments