add windows for .travis.yml

This commit is contained in:
Harald Hoyer 2019-01-08 16:21:08 +01:00
parent 3bf7fa00fb
commit 83d8d08521

View file

@ -4,6 +4,10 @@ rust:
- stable - stable
- nightly - nightly
os:
- linux
- windows
script: script:
- cargo build --all - cargo build --all
- cargo test --all - cargo test --all