Code

Travis; Pass --build-root to coveralls.
authorSebastian Harl <sh@tokkee.org>
Thu, 10 Apr 2014 10:59:21 +0000 (12:59 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 10 Apr 2014 10:59:21 +0000 (12:59 +0200)
Else, it cannot find the right source files.

.travis.yml

index 74fc2c1ae75e5bba0fa642829236f286721b62a7..4e6f763bf9c79184914a593332468f11d378d760 100644 (file)
@@ -15,7 +15,7 @@ install:
   - pip show cpp-coveralls
 script: ./t/cibuild.sh
 after_success:
   - pip show cpp-coveralls
 script: ./t/cibuild.sh
 after_success:
-  - coveralls --exclude t --verbose
+  - coveralls --build-root src --exclude t --verbose
 branches:
   only:
     - master
 branches:
   only:
     - master