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 b7125c9 commit e753bd4Copy full SHA for e753bd4
.travis.yml
@@ -5,13 +5,19 @@ language: rust
5
addons:
6
apt:
7
packages:
8
+ - kcov
9
- libcurl4-openssl-dev
10
- libelf-dev
11
- libdw-dev
12
- binutils-dev
13
- cmake
14
sources:
15
- kalakris-cmake
16
+ # The version of kcov shipped with Xenial (v25) doesn't support the
17
+ # --verify option that `cargo coveralls` passes. This PPA has a more
18
+ # up-to-date version. It can be removed if Ubuntu ever ships a newer
19
+ # version, or replaced with another PPA if this one falls out of date.
20
+ - sourceline: ppa:sivakov512/kcov
21
22
rust:
23
- stable
0 commit comments