Merge pull request #477 from phil-opp/travis_windows

Enable Windows testing under travis
This commit is contained in:
Philipp Oppermann
2018-10-20 18:34:27 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ rust:
os:
- linux
- osx
- windows
cache:
cargo: true
@@ -31,6 +32,7 @@ addons:
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
before_script:
- rustup component add rust-src

View File

@@ -1,5 +1,4 @@
status = [
"continuous-integration/travis-ci/push",
"continuous-integration/appveyor/branch",
]
delete_merged_branches = true