japaric / trust

Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Apache License 2.0
1.26k stars 59 forks source link

Fix windows build on travis #94

Open vbrandl opened 6 years ago

vbrandl commented 6 years ago

This patch makes building binaries for the x86_64-pc-windows-gnu target on travis possible

bn3t commented 6 years ago

I can confirm that this fix worked for my build: https://travis-ci.org/bn3t/tail-url/jobs/348965979.

lovasoa commented 5 years ago

Can this be merged ? The broken tests seem to have nothing to do with the changes introduced here.