commit 3a18907278a62fd5790b37a8c9a5b676d2bdf0c9 parent 31c5b939deac0644d3e543866a03a7086a4dee19 Author: Frederic Cambus <fred@statdns.com> Date: Wed, 7 Dec 2016 15:54:10 +0100 Update Coverity configuration Diffstat:
M | .travis.yml | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -20,7 +20,8 @@ addons: project: name: "ansilove/ansilove" version: 3.0.4 - description: "ANSi / ASCII art to PNG converter in C<Your project description here>" + description: "ANSi / ASCII art to PNG converter in C" + notification_email: fred@statdns.com build_command_prepend: cmake . build_command: make -j 4 branch_pattern: master