Skip to content

Commit ab51991

Browse files
author
Stjepan Glavina
authored
Merge pull request #16 from async-std/deactivate-windows
Deactivate windows tests for now
2 parents a2e54fc + 09f0325 commit ab51991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ matrix:
1010
os: linux
1111
- rust: nightly
1212
os: osx
13-
- rust: nightly-x86_64-pc-windows-msvc
14-
os: windows
13+
# - rust: nightly-x86_64-pc-windows-msvc
14+
# os: windows
1515

1616
script:
1717
- cargo fmt --all -- --check

0 commit comments

Comments
 (0)