mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
Merge pull request #16 from async-std/deactivate-windows
Deactivate windows tests for now
This commit is contained in:
commit
ab51991e05
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ matrix:
|
||||||
os: linux
|
os: linux
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
os: osx
|
os: osx
|
||||||
- rust: nightly-x86_64-pc-windows-msvc
|
# - rust: nightly-x86_64-pc-windows-msvc
|
||||||
os: windows
|
# os: windows
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
Loading…
Reference in a new issue