1
0
Fork 0
mirror of https://github.com/haraldh/chainerror.git synced 2025-02-24 09:04:20 +01:00

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
- nightly
os:
- linux
- windows
script:
- cargo build --all
- cargo test --all