From 69fc90cc104174a199440887812d6d9fa1341d94 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Thu, 26 Nov 2015 23:50:56 +0100 Subject: [PATCH] Fixing travis config, 2nd try --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 19ce33e..ea4488a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: