Skip to content

Commit 32b1ed1

Browse files
committed
Install qemu through choco and add it to the PATH
1 parent a65a1e9 commit 32b1ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ addons:
2222

2323
install:
2424
- 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
25+
- if [ $TRAVIS_OS_NAME = windows ]; then choco install qemu; export PATH="/c/Program Files/qemu:$PATH"; fi
2626

2727
before_script:
2828
- rustup component add rust-src

0 commit comments

Comments
 (0)