travis doesn't seem to provide lcov...

This commit is contained in:
Steffen Jaeckel 2017-05-11 16:37:14 +02:00
parent 90d5fe5bdb
commit a12b97f84e

View File

@ -10,6 +10,8 @@ addons:
before_script:
- gem install coveralls-lcov
- curl http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.11.orig.tar.gz | tar xz
- export PATH=$PATH:`pwd`/lcov-1.11/bin
matrix:
fast_finish: true