Code

Added t/cibuild.sh and use that in the Travis configuration.
[sysdb.git] / .travis.yml
index f0a3403e855b8c4b7c03236eb6bae17310d63946..f544023a3f4b0e717ed6fcda5c58d681da693c91 100644 (file)
@@ -8,9 +8,7 @@ install:
   - sudo apt-get install -qq check flex bison libtool
   - sudo apt-get install -qq libdbi-dev libedit-dev libltdl-dev
   - sudo pip install cpp-coveralls --use-mirrors
-before_script:
-  - ./autogen.sh
-script: ./configure --enable-gcov CFLAGS="-O0 -Wno-sign-conversion" && make && make test
+script: ./t/cibuild.sh
 after_success:
   - coveralls --exclude t --verbose
 branches: