From: Klas Lindfors Date: Thu, 20 Sep 2012 09:24:57 +0000 (+0200) Subject: try to just build the win stuff X-Git-Tag: v1.8.0~19 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c909e2dce51b31d60fc8f7273d04b60017efbf;p=yubikey-personalization try to just build the win stuff --- diff --git a/.travis.yml b/.travis.yml index bbcee64..d4d0181 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ compiler: env: - LIBUSB=libusb EXTRA=libusb-dev - LIBUSB=libusb-1.0 EXTRA=libusb-1.0-0-dev - - LIBUSB=win32 EXTRA=mingw-w64 - - LIBUSB=win64 EXTRA=mingw-w64 + - LIBUSB=win32 + - LIBUSB=win64 script: ./build-and-test.sh before_install: - sudo apt-get update -qq @@ -14,6 +14,6 @@ before_install: matrix: exclude: - compiler: clang - env: LIBUSB=win32 EXTRA=mingw-w64 + env: LIBUSB=win32 - compiler: clang - env: LIBUSB=win64 EXTRA=mingw-w64 + env: LIBUSB=win64