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 eb14bf9 commit 3490a7dCopy full SHA for 3490a7d
1 file changed
.travis.yml
@@ -13,7 +13,7 @@ after_script: mvn cobertura:cobertura coveralls:cobertura
13
notifications:
14
email:
15
recipients:
16
- - dev@maxmind.com
+ - dev-ci@maxmind.com
17
on_success: change
18
on_failure: always
19
@@ -28,7 +28,7 @@ addons:
28
project:
29
name: "maxmind/MaxMind-DB-Reader-java"
30
description: "Build submitted via Travis CI"
31
- notification_email: dev@maxmind.com
+ notification_email: dev-ci@maxmind.com
32
build_command_prepend: "mvn clean"
33
build_command: "mvn -DskipTests=true compile"
34
branch_pattern: .*coverity.*
0 commit comments