Code

store.h: Reuse the sdb_metric_store_t type for a metric's store field.
[sysdb.git] / .travis.yml
index fc8953c72d3b86dc0a060a1284d15ff1b4ef49f2..8c6008096bd49f9425f17ee70a43ca92b765966c 100644 (file)
@@ -11,11 +11,12 @@ before_install:
 install:
   - sudo apt-get install -qq check flex bison libtool libltdl-dev
   - sudo apt-get install -qq libdbi-dev libedit-dev libreadline-dev
+  - sudo apt-get install -qq valgrind
   - sudo pip install cpp-coveralls
   - pip show cpp-coveralls
 script: ./t/cibuild.sh
 after_success:
-  - coveralls --build-root src --exclude t --verbose
+  - test "${CC}x" != "gccx" || coveralls --build-root src --exclude t -E '.*\.[yl]'
 branches:
   only:
     - master