travis: Run the tests on Windows.

master
Damir Jelić 2020-07-16 13:11:30 +02:00
parent 04bb65f43e
commit d75101d042
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- os: windows - os: windows
script: script:
- cd matrix_sdk - cd matrix_sdk
- cargo build --no-default-features --features "messages" - cargo test --no-default-features --features "messages"
- os: osx - os: osx