Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / .travis.yml
index f3d8c0e693768fb170ea2aba8fb62a6d2165f739..2efb815ca0bf4188e28bf3e754590619aecf324f 100644 (file)
@@ -10,11 +10,13 @@ before_install:
   - sudo apt-get update -qq
 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
+  - sudo apt-get install -qq libdbi-dev libedit-dev libreadline-dev libyajl-dev
+  - sudo apt-get install -qq valgrind
+  - sudo pip install cpp-coveralls
+  - pip show cpp-coveralls
 script: ./t/cibuild.sh
 after_success:
-  - coveralls --exclude t --verbose
+  - test "${CC}x" != "gccx" || coveralls --build-root src --exclude t -E '.*\.[yl]'
 branches:
   only:
     - master