From 3fa533d91ef72aa3963bcee77aac93f698699a27 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Sat, 9 Apr 2016 00:28:04 +0200 Subject: [PATCH] Okay include build again since it seems to contain the coverage files --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 439c8338c..2ae40d707 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,4 +163,4 @@ after_success: if [ -n "$RUN_CLANG_FORMAT" ]; then ./scripts/format.sh || true # we don't want to fail just yet fi - - coveralls --exclude unit_tests --exclude thrid_party --exclude build --gcov-options '\-lp' + - coveralls --exclude unit_tests --exclude thrid_party --gcov-options '\-lp'