We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830e773 commit 6740dc1Copy full SHA for 6740dc1
1 file changed
.travis.yml
@@ -16,3 +16,17 @@ notifications:
16
- dev@maxmind.com
17
on_success: change
18
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