Code

Added t/cibuild.sh and use that in the Travis configuration.
[sysdb.git] / .travis.yml
index d8cc59f4cf71d66bfeccb4ae864796e2ca3b09e8..f544023a3f4b0e717ed6fcda5c58d681da693c91 100644 (file)
@@ -7,9 +7,10 @@ before_install:
 install:
   - sudo apt-get install -qq check flex bison libtool
   - sudo apt-get install -qq libdbi-dev libedit-dev libltdl-dev
-before_script:
-  - ./autogen.sh
-script: ./configure && make && make test
+  - sudo pip install cpp-coveralls --use-mirrors
+script: ./t/cibuild.sh
+after_success:
+  - coveralls --exclude t --verbose
 branches:
   only:
     - master