Code

Travis; Pass --build-root to coveralls.
[sysdb.git] / .travis.yml
index f3d8c0e693768fb170ea2aba8fb62a6d2165f739..4e6f763bf9c79184914a593332468f11d378d760 100644 (file)
@@ -12,9 +12,10 @@ install:
   - sudo apt-get install -qq check flex bison libtool libltdl-dev
   - sudo apt-get install -qq libdbi-dev libedit-dev libreadline-dev
   - sudo pip install cpp-coveralls --use-mirrors
+  - pip show cpp-coveralls
 script: ./t/cibuild.sh
 after_success:
-  - coveralls --exclude t --verbose
+  - coveralls --build-root src --exclude t --verbose
 branches:
   only:
     - master