Coverity: don't build ZNC twice, enable verbose make, enable cyrus

This commit is contained in:
Alexey Sokolov
2015-10-28 01:01:13 +00:00
parent 2de6d34ef7
commit 07d9b6efb0

View File

@@ -11,9 +11,10 @@ addons:
name: "znc/coverity"
description: "Build submitted via Travis CI"
notification_email: coverity@znc.in
build_command_prepend: "./bootstrap.sh; ./configure --enable-perl --enable-python --enable-tcl"
build_command: "make"
build_command_prepend: "./bootstrap.sh; ./configure --enable-perl --enable-python --enable-tcl --enable-cyrus"
build_command: "make VERBOSE=1"
branch_pattern: coverity_scan
script: off
sudo: required
dist: trusty