travis: Add a windows test target.

master
Damir Jelić 2020-07-07 16:57:20 +02:00
parent babbdb4b90
commit 7124235d1b
1 changed files with 5 additions and 5 deletions

View File

@ -9,13 +9,17 @@ jobs:
include:
- stage: Lint
os: linux
before_script:
- rustup component add rustfmt
script:
- cargo fmt --all -- --check
- cargo fmt --all -- --check
- stage: Test
os: linux
dist: bionic
- os: windows
- os: osx
- os: linux
@ -49,10 +53,6 @@ jobs:
cd matrix_sdk_base
cargo test --target wasm32-unknown-unknown --no-default-features
before_script:
- rustup component add rustfmt
script:
- cargo build
- cargo test