From: Klas Lindfors Date: Mon, 22 Apr 2013 10:44:12 +0000 (+0200) Subject: test without json as well X-Git-Tag: v1.13.0~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59247fb5c7d5c037aaff0aa63ea17eda14952a9d;p=yubikey-personalization test without json as well --- diff --git a/.travis.yml b/.travis.yml index 8bad2c1..7025a4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,16 @@ compiler: - clang env: - LIBUSB=libusb EXTRA=libusb-dev + - LIBUSB=libusb EXTRA="libusb-dev libjson0-dev" - LIBUSB=libusb-1.0 EXTRA=libusb-1.0-0-dev + - LIBUSB=libusb-1.0 EXTRA="libusb-1.0-0-dev libjson0-dev" script: - ./build-and-test.sh before_install: - sudo apt-get update -qq - sudo apt-get remove -qq -y $REMOVE - sudo apt-get autoremove -qq - - sudo apt-get install -qq -y libyubikey-dev libjson0-dev $EXTRA + - sudo apt-get install -qq -y libyubikey-dev $EXTRA matrix: include: - compiler: gcc