summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-03-09 20:50:54 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-09 20:58:50 +0100
commit1d156282dacad5a28df2eab1d3b90fc98a2da3a3 (patch)
treead9c9adfb2fadd235bef7e01098f1640787e9108
parentb4bdf0f85ef11b421308b719fe12b84e63cd0ed7 (diff)
Try -gnu
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b41c7a3..164405b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ matrix:
env: TARGET=x86_64-apple-darwin
- os: windows
rust: stable
- env: TARGET=x86_64-pc-windows-msvc
+ env: TARGET=x86_64-pc-windows-gnu
# Minimum Rust supported channel.
- os: linux
@@ -72,7 +72,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-msvc"
+ condition: $TRAVIS_RUST_VERSION = stable && $TARGET != "x86_64-pc-windows-gnu"
notifications:
email: