From d370c07677fe232c2221c22606d16426c5980432 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Wed, 25 May 2016 14:53:07 +0200 Subject: [PATCH] Trying to fix travis coverage --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 827016e..580f348 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,12 +25,13 @@ addons: - libcurl4-openssl-dev - libelf-dev - libdw-dev + - libbfd-dev after_success: - ! ' set -e ; rm -rf target/kcov ; rm target/debug/vpncloud-* ; cargo test --no-run ; - kcov/build/src/kcov --exclude-pattern=nptl/sysdeps,/usr/include,/libsodium/,/x86_64-linux-gnu/,/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* || true ; + kcov/build/src/kcov --verify --exclude-pattern=/libsodium/,/x86_64-linux-gnu/,/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* || true ; ' notifications: email: