Skip to content

Commit

Permalink
fix(CI): fix cargo-travis(kcov) error
Browse files Browse the repository at this point in the history
Error description(see https://travis-ci.org/rust-bio/rust-htslib/builds/424648253):

```
kcov: warning: kcov: WARNING: kcov has been built without libbfd-dev (or
kcov: binutils-dev), so the --verify option will not do anything.
Can't set personality: Operation not permitted
kcov: error: Can't start/attach to /home/travis/build/rust-bio/rust-htslib/target/debug/deps/rust_htslib-b4e39d181972c8d6
Child hasn't stopped: ff00
kcov: error: Can't start/attach to /home/travis/build/rust-bio/rust-htslib/target/debug/deps/rust_htslib-b4e39d181972c8d6
error: test failed
```

Reference: roblabla/cargo-travis#38
  • Loading branch information
zitsen committed Sep 5, 2018
1 parent b87736c commit d0c5e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ addons:
- libelf-dev
- libdw-dev
- binutils-dev
- libiberty-dev
- cmake
- musl
- musl-dev
Expand Down

0 comments on commit d0c5e9e

Please sign in to comment.