We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d2f47 commit c2d17ecCopy full SHA for c2d17ec
.travis.yml
@@ -49,7 +49,7 @@ install:
49
# Install newer lcov (1.9 seems to fail: http://gronlier.fr/blog/2015/01/adding-code-coverage-to-your-c-project/)
50
export LCOV_ROOT="$HOME/lcov"
51
mkdir -p "$LCOV_ROOT"
52
- wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.12.orig.tar.gz --output-document="$LCOV_ROOT/lcov.tar.gz"
+ wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.14.orig.tar.gz --output-document="$LCOV_ROOT/lcov.tar.gz"
53
tar xf "$LCOV_ROOT/lcov.tar.gz" --strip-components=1 -C $LCOV_ROOT
54
export PATH="$LCOV_ROOT/bin:$PATH"
55
which lcov
0 commit comments