From fc0b781d4ab47494d6b5d98d69bd229dab3656c8 Mon Sep 17 00:00:00 2001 From: Doug Morato Date: Sat, 24 Oct 2015 16:17:12 -0400 Subject: [PATCH] Test enable Coverity SAST Coverity is a cloud static code analysis tool, free for open-source projects. Enable scan submissions from travis CI Signed-off-by: Doug Morato --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f57f0947..8561aac74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,9 @@ addons: coverity_scan: project: name: "WebGoat/WebGoat" - description: "Travis CI Build Automation" + description: "Coverity Scan from Travis CI Build Automation" + notification_email: doug.morato@owasp.org build_command_prepend: "mvn clean" - build_command: "mvn -DskipTests=true install" + build_command: "mvn -DskipTests=true install" + branch_pattern: master