Use a coverity-scan branch for explicit scan requests

This commit is contained in:
Maxime Coste 2015-10-30 13:58:41 +00:00
parent 2bf44b6b49
commit 8ae05f3409

View File

@ -42,6 +42,6 @@ addons:
notification_email: frrrwww@gmail.com notification_email: frrrwww@gmail.com
build_command_prepend: "cd src && make clean" build_command_prepend: "cd src && make clean"
build_command: "make -j4" build_command: "make -j4"
branch_pattern: master branch_pattern: coverity-scan
script: cd src && make && make test script: cd src && make && make test