travis-ci: Use newer JavaCard SDK to unbreak PivApplet build to enable ECDSA support

This commit is contained in:
Jakub Jelen 2020-05-07 19:59:05 +02:00 committed by Frank Morgner
parent 687f52233e
commit 66bcce8a8d
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ before_script:
git clone --recursive https://github.com/arekinath/PivApplet.git;
cd PivApplet;
ant dist;
JC_HOME=${JC_CLASSIC_HOME} ant dist;
cd $TRAVIS_BUILD_DIR;
git clone https://github.com/Yubico/yubico-piv-tool.git;