diff options
| author | Pablo Barciela <[email protected]> | 2020-04-24 00:46:08 +0200 | 
|---|---|---|
| committer | Pablo Barciela <[email protected]> | 2020-04-24 01:33:20 +0200 | 
| commit | 3b9b7eca66936c29fea886ae2b3dd0eeae1c3748 (patch) | |
| tree | 55827500eb3ae66989374c8d4db3c69571890905 | |
| parent | 50ea227e570f9610ad87f191b6f4f49132b16a47 (diff) | |
| download | mate-panel-3b9b7eca66936c29fea886ae2b3dd0eeae1c3748.tar.bz2 mate-panel-3b9b7eca66936c29fea886ae2b3dd0eeae1c3748.tar.xz  | |
Travis CI: enable irc notifications with broken builds
| -rw-r--r-- | .travis.yml | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c316da6a..f560500b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,18 @@ install:  script:    - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: +  irc: +    if: branch = master AND +        repo = "mate-desktop/mate-panel" +    channels: +      - "irc.freenode.org#mate-dev" +    template: +      - "[%{repository_name}] %{author}: %{commit_subject}" +      - "[%{branch}] %{commit} %{message} %{build_url}" +    on_success: never +    on_failure: always +  deploy:    - provider: pages      edge: true  | 
