From 1b9e5b8b00c6c82ffe36a48782bd85ebe02eae69 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Wed, 25 May 2016 14:05:33 +0200 Subject: [PATCH] Ignoring coverage errors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 174de9a..b291533 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ after_success: rm -rf target/kcov ; rm target/debug/vpncloud-* ; cargo test ; - kcov/build/src/kcov --exclude-pattern=/libsodium/,/x86_64-linux-gnu/,/.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-* || true ; ' notifications: email: