Skip to content

Commit

Permalink
Switch back to MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Aug 15, 2020
1 parent 13aec94 commit 7217a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
env: TARGET=x86_64-apple-darwin
- os: windows
rust: stable
env: TARGET=x86_64-pc-windows-gnu
env: TARGET=x86_64-pc-windows-msvc

# Minimum Rust supported channel.
- os: linux
Expand Down Expand Up @@ -73,7 +73,7 @@ deploy:
# deploy only if we push a tag
tags: true
# deploy only on stable channel that has TARGET env variable sets
condition: $TRAVIS_RUST_VERSION = stable && $TARGET != "x86_64-pc-windows-gnu"
condition: $TRAVIS_RUST_VERSION = stable && $TARGET != "x86_64-pc-windows-msvc"

notifications:
email:
Expand Down

0 comments on commit 7217a60

Please # to comment.