Add window target to travis
This commit is contained in:
parent
56b538099f
commit
bbbc63713e
|
@ -1,10 +1,14 @@
|
|||
language: rust
|
||||
cache: cargo
|
||||
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
- 1.14.0
|
||||
cache: cargo
|
||||
os:
|
||||
- linux
|
||||
- windows
|
||||
|
||||
script:
|
||||
- cargo build --verbose --features=fuzztarget
|
||||
|
|
Loading…
Reference in New Issue