]> err.no Git - yubikey-personalization/commitdiff
try to just build the win stuff
authorKlas Lindfors <klas@yubico.com>
Thu, 20 Sep 2012 09:24:57 +0000 (11:24 +0200)
committerKlas Lindfors <klas@yubico.com>
Thu, 20 Sep 2012 09:24:57 +0000 (11:24 +0200)
.travis.yml

index bbcee64c46d54261dfa969ff95b937bf76d10952..d4d018145b092016205b9b4f7f6961467e1650fb 100644 (file)
@@ -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