.travis.yml

This commit is contained in:
Markus Gans 2015-10-04 19:21:00 +02:00
parent e0f87bdaf0
commit 28eef6a160
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ addons:
notification_email: guru.mail@muenster.de
build_command_prepend: "autoreconf -v --install --force && ./configure --prefix=/usr && make clean"
build_command: "make -j10 && make check"
branch_pattern: coverity_scan
branch_pattern: master
script:
- autoreconf -v --install --force && ./configure --prefix=/usr && make -j10 && make check