From: Klas Lindfors Date: Thu, 20 Sep 2012 12:04:33 +0000 (+0200) Subject: try to set compiler to i586-mingw32msvc X-Git-Tag: v1.8.0~11 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b197c7fcb1bfe7d8016d9d91bbcd7150398a675;p=yubikey-personalization try to set compiler to i586-mingw32msvc --- diff --git a/.travis.yml b/.travis.yml index ab509e4..78b4e74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ before_install: - sudo apt-get install -qq libyubikey-dev $EXTRA matrix: include: - - compiler: gcc - env: LIBUSB=windows EXTRA="wine mingw32-runtime" + - compiler: i586-mingw32msvc + env: LIBUSB=windows EXTRA=wine