add windows support in travis

https://blog.travis-ci.com/2018-10-11-windows-early-release
This commit is contained in:
Дамјан Георгиевски 2018-10-13 16:10:43 +02:00 committed by GitHub
parent 7a0572de80
commit 92c0cc310e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
language: rust
sudo: false
env:
global:
@ -14,8 +15,11 @@ matrix:
rust: stable
env: TARGET=x86_64-unknown-linux-gnu
cache: cargo
- os: windows
rust: stable
env: TARGET=x86_64-pc-windows-msvc
cache: cargo
sudo: false
script:
- cargo build --target $TARGET