mirror of https://github.com/dswd/vpncloud.git
Fixing travis config, 4th try
This commit is contained in:
parent
ee3b322df7
commit
01d26218b6
|
@ -38,7 +38,7 @@ after_success:
|
|||
rm -rf target/kcov ;
|
||||
rm target/debug/vpncloud-* ;
|
||||
cargo test --features "crypto" ;
|
||||
kcov/build/src/kcov --exclude-pattern=/libsodium/,/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* ;
|
||||
kcov/build/src/kcov --exclude-pattern=/libsodium/,/x86_64-linux-gnu/,/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* ;
|
||||
'
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in New Issue