Parcourir la source

Travis: Only get IRC notification when build fixed and failed

Ask Solem il y a 11 ans
Parent
commit
c9e217a6a8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -37,5 +37,5 @@ notifications:
   irc:
     channels:
       - "chat.freenode.net#celery"
-    on_success: always
+    on_success: change
     on_failure: always