Code

Fix detection of libyajl and fix compilation if it's missing.
[sysdb.git] / .travis.yml
index 1ee48b38b2420fc17cbf0286e5d8e0154cedc99a..8c6008096bd49f9425f17ee70a43ca92b765966c 100644 (file)
@@ -16,7 +16,7 @@ install:
   - pip show cpp-coveralls
 script: ./t/cibuild.sh
 after_success:
-  - test "${CC}x" != "gccx" || coveralls --build-root src --exclude t
+  - test "${CC}x" != "gccx" || coveralls --build-root src --exclude t -E '.*\.[yl]'
 branches:
   only:
     - master