Fixing travis config, 2nd try

This commit is contained in:
Dennis Schwerdel 2015-11-26 23:50:56 +01:00
parent e886df92ce
commit 69fc90cc10
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 --exclude-pattern=libsodium --exclude-pattern=/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* ;
'
notifications:
email: