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