Skip to content

Commit e753bd4

Browse files
committed
Install kcov via APT
This prevents cargo coveralls from downloading it and compiling it on the fly.
1 parent b7125c9 commit e753bd4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ language: rust
55
addons:
66
apt:
77
packages:
8+
- kcov
89
- libcurl4-openssl-dev
910
- libelf-dev
1011
- libdw-dev
1112
- binutils-dev
1213
- cmake
1314
sources:
1415
- 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
1521

1622
rust:
1723
- stable

0 commit comments

Comments
 (0)