Redirect email notifications to another mailing list dedicated for this (#790)
authorEbrahim Byagowi <ebrahim@gnu.org>
Wed, 14 Feb 2018 21:45:39 +0000 (01:15 +0330)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2018 21:45:39 +0000 (01:15 +0330)
.travis.yml
appveyor.yml

index 4751c170025bb6a35835e8ef041cbb499eebc60b..bbffda67c0a559498b50759e78cc210e0c1303c0 100644 (file)
@@ -63,7 +63,7 @@ matrix:
 
 notifications:
   irc: "irc.freenode.org#harfbuzz"
-  email: harfbuzz@lists.freedesktop.org
+  email: harfbuzz-bots-chatter@googlegroups.com
 
 addons:
   apt:
@@ -83,7 +83,7 @@ addons:
       name: harfbuzz/harfbuzz
       version: 1.0
       description: HarfBuzz OpenType text shaping engine
-    notification_email: harfbuzz@lists.freedesktop.org
+    notification_email: harfbuzz-bots-chatter@googlegroups.com
     build_command_prepend: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
     build_command: make
     branch_pattern: coverity_scan
index cb4e3b1a908bc32a1859fb73a71deb74e5bf891b..c3caa31812f2c002e21a60b5e6cb546b854efee6 100644 (file)
@@ -49,5 +49,10 @@ build_script:
 cache:
   - c:\tools\vcpkg\installed\
 
+notifications:
+  - provider: Email
+    to:
+      - harfbuzz-bots-chatter@googlegroups.com
+
 # disable automatic tests
 test: off