2
0
Fork 1
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:
Stjepan Glavina 2019-08-14 02:34:56 +02:00 committed by GitHub
commit ab51991e05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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