From 8874cd10c92ae5978434f33c5c60c26ee6985d0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Mon, 18 Jan 2016 23:11:22 +0100 Subject: [PATCH] run coverity scan during travis build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- .travis.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62bbbd3..a984b72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,16 @@ cache: after_success: - mvn clean test jacoco:report coveralls:report +addons: + coverity_scan: + project: + name: "sebhoss/generic-types" + description: "Build submitted via Travis CI" + notification_email: mail@shoss.de + build_command_prepend: "mvn clean" + build_command: "mvn -DskipTests=true compile" + branch_pattern: master + # see http://docs.travis-ci.com/user/notifications/ notifications: webhooks: @@ -21,4 +31,4 @@ notifications: - https://webhooks.gitter.im/e/edb8925a63dc836c317c on_success: always # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always - on_start: never # options: [always|never|change] default: always \ No newline at end of file + on_start: never # options: [always|never|change] default: always -- 2.11.4.GIT