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 7ed2f21 commit f8ad068Copy full SHA for f8ad068
.travis.yml
@@ -31,7 +31,7 @@ after_success:
31
notifications:
32
email:
33
recipients:
34
- - dev@maxmind.com
+ - dev-ci@maxmind.com
35
on_success: change
36
on_failure: always
37
@@ -44,7 +44,7 @@ addons:
44
project:
45
name: "maxmind/MaxMind-DB-Reader-python"
46
description: "Build submitted via Travis CI"
47
- notification_email: dev@maxmind.com
+ notification_email: dev-ci@maxmind.com
48
build_command_prepend: "python setup.py clean"
49
build_command: "python setup.py build"
50
branch_pattern: .*coverity.*
0 commit comments