Skip to content

Commit 277a538

Browse files
committed
Submit build info to Coverity
1 parent 5aa2c9f commit 277a538

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,17 @@ notifications:
3434
- dev@maxmind.com
3535
on_success: change
3636
on_failure: always
37+
38+
env:
39+
global:
40+
- secure: "pVcpV/al5Q607TbRzl/sbkdsx5hUjxehaJm6t5tgWrFn45icwdZrPw3JWcpt0R57NhPvXHxcJdm4WBtcGElWoDtR52QOW3yYh+gRw23y1MJg+5qHIbh5R1sOC/fLJ9TzQzvvRH5QQ5bKIe1hRQW9Cpqm7nX5Zhq6SqnAzcG1emE="
41+
42+
addons:
43+
coverity_scan:
44+
project:
45+
name: "maxmind/MaxMind-DB-Reader-python"
46+
description: "Build submitted via Travis CI"
47+
notification_email: dev@maxmind.com
48+
build_command_prepend: "python setup.py clean"
49+
build_command: "python setup.py build"
50+
branch_pattern: .*coverity.*

0 commit comments

Comments
 (0)