From b16eb19a34c11854fe86be386c8dea7a97bbab4a Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Fri, 23 Mar 2018 10:11:31 +0100 Subject: [PATCH] ci: disable mail notifs and enable irc --- .travis.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9988a0f..3303710 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,13 @@ language: php - before_script: - git clone --depth 1 git://github.com/YunoHost/package_linter ../package_linter && cd ../package_linter - - mv ../hostspot_ynh hostspot_ynh - + - mv ../hotspot_ynh hotspot_ynh script: - - ./package_linter.py hostspot_ynh + - ./package_linter.py hotspot_ynh +notifications: + email: false + irc: + on_success: always + on_failure: always + channels: + - "irc.geeknode.org#labriqueinter.net-dev"