From 1d156282dacad5a28df2eab1d3b90fc98a2da3a3 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Mon, 9 Mar 2020 20:50:54 +0100 Subject: Try -gnu --- .travis.yml | 4 ++-- 1 file 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: -- cgit v1.2.3