You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Luca Toscano <to...@gmail.com> on 2019/11/13 10:08:54 UTC

Re: svn commit: r1869729 - /httpd/httpd/trunk/.travis.yml

Il giorno mer 13 nov 2019 alle ore 09:50 <jo...@apache.org> ha scritto:
>
> Author: jorton
> Date: Wed Nov 13 08:50:25 2019
> New Revision: 1869729
>
> URL: http://svn.apache.org/viewvc?rev=1869729&view=rev
> Log:
> Test IRC and e-mail notifications.
>
> Modified:
>     httpd/httpd/trunk/.travis.yml
>
> Modified: httpd/httpd/trunk/.travis.yml
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1869729&r1=1869728&r2=1869729&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/.travis.yml (original)
> +++ httpd/httpd/trunk/.travis.yml Wed Nov 13 08:50:25 2019
> @@ -117,3 +117,8 @@ before_script:
>
>  script:
>    - ./test/travis_run_${TRAVIS_OS_NAME}.sh
> +
> +notifications:
> +  irc: "chat.freenode.net#httpd-dev"
> +  email:
> +    - jorton@apache.org
>
>

From my IRC client (#httpd-dev):

:: Join: travis-ci
(~travis-ci@ec2-54-89-81-231.compute-1.amazonaws.com) to #httpd-dev
<travis-ci> apache/httpd#44 (trunk - a66fab5 : Joe Orton): The build passed.
<travis-ci> Change view :
https://github.com/apache/httpd/compare/bcfd0565d4fb...a66fab5a0c42
<travis-ci> Build details : https://travis-ci.org/apache/httpd/builds/611268751

Nice!

Luca