]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Disable all Travis notifications for forks (hopefully). [skip ci]
authorJoe Orton <jorton@apache.org>
Tue, 9 Jun 2020 12:08:36 +0000 (12:08 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 9 Jun 2020 12:08:36 +0000 (12:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878660 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 57f07ac1e235acbae75c6f7a98c492832c9d61db..0dd11aa66eb8cbfbfd79e83a6239e2410b78b92c 100644 (file)
@@ -278,9 +278,15 @@ before_script:
 script:
   - ./test/travis_run_${TRAVIS_OS_NAME}.sh
 
+# Send notifications by default to IRC and dev@, for everything but
+# forks, otherwise any build from a fork will spam the list with CI
+# results.
 notifications:
-  irc: "chat.freenode.net#httpd-dev"
-  # Disabled to avoid too many failure emails to dev@,
-  # some builds occasionally fail.
+  irc:
+    if: fork = false
+    channels:
+      - "chat.freenode.net#httpd-dev"
   email:
-    - dev@httpd.apache.org
+    if: fork = false
+    recipients:
+      - dev@httpd.apache.org