From ee3b322df7cdec3e54f2e1862c892c10de029ef0 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Thu, 26 Nov 2015 23:59:19 +0100 Subject: [PATCH] Fixing travis config, 3rd try --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea4488a..0e0663e 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 --exclude-pattern=libsodium --exclude-pattern=/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* ; + kcov/build/src/kcov --exclude-pattern=/libsodium/,/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* ; ' notifications: email: