From 819b648cd9d7a7b4c5dc9f5500475cb80049c0a1 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Thu, 10 Oct 2019 16:58:42 -0400 Subject: [PATCH] Fix windows target --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21306203..191fdefa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ matrix: <<: *DEPLOY_TO_GITHUB - name: Windows Binary - env: TARGET=stable-x86_64-pc-windows-msvc + env: TARGET=x86_64-pc-windows-msvc os: windows rust: nightly before_script: rustup target add $TARGET