From d8d3abefa8ac06100015e69395e9601a246d2875 Mon Sep 17 00:00:00 2001 From: phiresky Date: Fri, 10 Jan 2020 12:25:07 +0100 Subject: [PATCH] windows fix attempt 1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15eff2d..0bbe1e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ matrix: # - libxml2-utils - os: windows rust: nightly - env: TARGET=x86_64-pc-windows-msvc + env: TARGET=x86_64-pc-windows-gnu install: ci/install.sh script: ci/script.sh before_deploy: ci/before_deploy.sh