You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/08/12 12:37:19 UTC

[incubator-ponymail-foal] branch master updated: add dist info and notification settings

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new d092d60  add dist info and notification settings
d092d60 is described below

commit d092d606a57c53e7557d64910e59daf0a3dbff8d
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Aug 12 14:34:21 2020 +0200

    add dist info and notification settings
---
 .travis.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 4e5b2ab..b395a1c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,8 @@
 language: python
+os:
+  - linux
+dist: bionic
+
 python:
   - "3.8"
   - "3.9-dev"
@@ -12,3 +16,12 @@ install:
 script:
   - cd tests && python3 runall.py --rootdir ../
 
+notifications:
+  irc:
+    if: fork = false
+    channels:
+      - "chat.freenode.net#ponymail"
+  email:
+    if: fork = false
+    recipients:
+      - dev@ponymail.apache.org