Fix kcov on Travis

This commit is contained in:
Romain Ruetschi
2018-08-10 09:11:16 +02:00
committed by Romain Ruetschi
parent 2dfc56ea7b
commit 8960ec02c3

View File

@ -30,7 +30,7 @@ matrix:
script:
- cargo kcov --print-install-kcov-sh | sh
- cargo update # Creates `Cargo.lock` needed by next command
- cargo kcov --verbose --features dss --coveralls -- --verify --exclude-pattern=/.cargo,/usr/lib,src/proto
- cargo kcov --verbose --coveralls -- --verify --exclude-pattern=/.cargo,/usr/lib,src/proto
addons:
apt:
packages: