From a5faa292b5ff608398cabdc2d0a6df6842368a2c Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 10 Apr 2014 12:59:21 +0200 Subject: [PATCH] Travis; Pass --build-root to coveralls. Else, it cannot find the right source files. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74fc2c1..4e6f763 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - pip show cpp-coveralls script: ./t/cibuild.sh after_success: - - coveralls --exclude t --verbose + - coveralls --build-root src --exclude t --verbose branches: only: - master -- 2.30.2