Skip to content

Commit

Permalink
Temporarily disable Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Feb 22, 2020
1 parent db6022b commit 4807607
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ matrix:
- TARGET=aarch64-unknown-linux-gnu
- CC_aarch64-unknown-linux-gnu=/usr/bin/aarch64-linux-gnu-gcc-4.8
- CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc-4.8
- os: windows
rust: stable
env: TARGET=x86_64-pc-windows-msvc
# currently broken
# - os: windows
# rust: stable
# env: TARGET=x86_64-pc-windows-msvc

# Minimum Rust supported channel.
- os: linux
Expand Down

0 comments on commit 4807607

Please sign in to comment.