Skip to content

Commit

Permalink
No need to build before running kcov
Browse files Browse the repository at this point in the history
kcov builds its own test executables.
  • Loading branch information
psivesely committed Apr 2, 2018
1 parent 4c1f103 commit aeb3906
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ matrix:
- cargo install cargo-kcov || echo "cargo-kcov already installed"
- cargo install-update -a
script:
- cargo build --verbose --all-features
- cargo kcov --print-install-kcov-sh | sh
- cargo kcov --verbose --features dss --coveralls -- --verify --exclude-pattern=/.cargo,/usr/lib,src/proto
addons:
Expand Down

0 comments on commit aeb3906

Please sign in to comment.