Skip to content

Commit c2d17ec

Browse files
committed
chore: Update lcov to latest available version
1 parent c1d2f47 commit c2d17ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install:
4949
# Install newer lcov (1.9 seems to fail: http://gronlier.fr/blog/2015/01/adding-code-coverage-to-your-c-project/)
5050
export LCOV_ROOT="$HOME/lcov"
5151
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"
52+
wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.14.orig.tar.gz --output-document="$LCOV_ROOT/lcov.tar.gz"
5353
tar xf "$LCOV_ROOT/lcov.tar.gz" --strip-components=1 -C $LCOV_ROOT
5454
export PATH="$LCOV_ROOT/bin:$PATH"
5555
which lcov

0 commit comments

Comments
 (0)