From: Sebastian Harl Date: Thu, 10 Apr 2014 10:59:21 +0000 (+0200) Subject: Travis; Pass --build-root to coveralls. X-Git-Tag: sysdb-0.1.0~132^2~13 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=a5faa292b5ff608398cabdc2d0a6df6842368a2c Travis; Pass --build-root to coveralls. Else, it cannot find the right source files. --- 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