Add window target to travis

This commit is contained in:
Tim Ruffing 2018-12-07 20:53:44 +01:00
parent 56b538099f
commit bbbc63713e
1 changed files with 5 additions and 1 deletions

View File

@ -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