travis.yml - install socat and ant packages.

Fixes #1745
This commit is contained in:
Peter Popovec 2019-07-17 12:10:01 +02:00 committed by Frank Morgner
parent d14cf97d7a
commit 8a20b980b9
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ matrix:
env: DO_PUSH_ARTIFACT=yes
- compiler: gcc
os: linux
dist: trusty
env:
- DO_SIMULATION=javacard
- ENABLE_DOC=--enable-doc
@ -55,6 +56,8 @@ addons:
- pcscd
- pcsc-tools
- check
- ant
- socat
before_install:
# brew install gengetopt help2man cmocka ccache llvm;