From 490123ba06fbc111fc5d710990dd0b70f82abbac Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 20 Sep 2012 12:55:37 +0200 Subject: [PATCH] try other travis options --- .travis.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f7ab50..172a152 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,15 +5,14 @@ compiler: env: - LIBUSB=libusb EXTRA=libusb-dev - LIBUSB=libusb-1.0 EXTRA=libusb-1.0-0-dev - - LIBUSB=win32 EXTRA=wine - - LIBUSB=win64 EXTRA=wine -script: ./build-and-test.sh +script: + - autoreconf -i + - ./configure --with-backend=$LIBUSB + - make check before_install: - sudo apt-get update -qq - sudo apt-get install -qq libyubikey-dev $EXTRA matrix: - exclude: - - compiler: clang - env: LIBUSB=win32 EXTRA=wine - - compiler: clang - env: LIBUSB=win64 EXTRA=wine + include: + - compiler: i586-mingw32msvc-gcc + env: LIBUSB=windows EXTRA=wine -- 2.39.5