From 9b00466d1203904217454ee6d9ba7dfadfa0789d Mon Sep 17 00:00:00 2001 From: phiresky Date: Wed, 8 Apr 2020 13:00:38 +0200 Subject: [PATCH] windows: try to use msvc --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0bbe1e5..7898aea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,8 +59,8 @@ matrix: # - xsltproc # - libxml2-utils - os: windows - rust: nightly - env: TARGET=x86_64-pc-windows-gnu + rust: nightly-x86_64-pc-windows-msvc + env: TARGET=x86_64-pc-windows-msvc install: ci/install.sh script: ci/script.sh before_deploy: ci/before_deploy.sh