Browse Source

ci: disable mail notifs and enable irc

Sebastien Badia 7 years ago
parent
commit
b16eb19a34
1 changed files with 9 additions and 4 deletions
  1. 9 4
      .travis.yml

+ 9 - 4
.travis.yml

@@ -1,8 +1,13 @@
 language: php
 language: php
-
 before_script:
 before_script:
     - git clone --depth 1 git://github.com/YunoHost/package_linter ../package_linter && cd ../package_linter
     - 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:
 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"