hello i have an application i would like to test using travis-ci but I am having no luck:

after compiling i get the following error:

./alexa-openwebif-test-library: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by libevent-2.0.so.5)

any ideas how to make this baby run ? is there anything i have to additionally install? I am on vibe.d 0.7.30 and using dmd 2.073.0

full logs are here on travis-ci

any hints?