Disable smartcard build for travis

This commit is contained in:
Henrik Andersson 2016-09-20 11:06:05 +02:00
parent f1386189b9
commit 18ac3acdb3

View File

@ -2,4 +2,4 @@ language: c
compiler: gcc compiler: gcc
script: ./bootstrap && ./configure --disable-credssp && make script: ./bootstrap && ./configure --disable-credssp --disable-smartcard && make