Explorar el Código

Travis: Only get IRC notification when build fixed and failed

Ask Solem hace 11 años
padre
commit
c9e217a6a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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