Fixing kcov command, 1st try

This commit is contained in:
Dennis Schwerdel 2015-11-26 23:42:13 +01:00
parent 3ad2e90f34
commit e886df92ce
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ after_success:
rm -rf target/kcov ;
rm target/debug/vpncloud-* ;
cargo test --features "crypto" ;
kcov/build/src/kcov --skip-solibs --exclude-pattern=/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov ; target/debug/vpncloud-* ;
kcov/build/src/kcov --skip-solibs --exclude-pattern=/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* ;
'
notifications:
email: