Skip to content

Commit 6740dc1

Browse files
committed
Test Coverity upload from Travis
1 parent 830e773 commit 6740dc1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,17 @@ notifications:
1616
- dev@maxmind.com
1717
on_success: change
1818
on_failure: always
19+
20+
env:
21+
global:
22+
- secure: "KXF3RVBZDxeASAnleYlTaqvxRRB9FSzSAdVV9h7Kw81+p4UO64b8CPJR1p4fLIVwAp8C4R8h0xZDN3pAv/iyeA4ndIeh9tQXNZBm737RE5x+6x6nf/shP/Em1w9T1s3KmretXoTFK5NJGv2yTesgaIAV/JV1OFvlG6ArswhrPFc="
23+
24+
addons:
25+
coverity_scan:
26+
project:
27+
name: "maxmind/MaxMind-DB-Reader-java"
28+
description: "Build submitted via Travis CI"
29+
notification_email: dev@maxmind.com
30+
build_command_prepend: "mvn clean"
31+
build_command: "mvn -DskipTests=true compile"
32+
branch_pattern: coverity_scan

0 commit comments

Comments
 (0)