Переглянути джерело

Merge pull request #819 from Gol-D-Ace/Travis_CI_IRC_notifications

Travis CI IRC Notifications fixing and reformatting
Jim 8 роки тому
батько
коміт
cd931b4c39
1 змінених файлів з 4 додано та 2 видалено
  1. 4 2
      .travis.yml

+ 4 - 2
.travis.yml

@@ -40,8 +40,10 @@ deploy:
 # The channel name "azubu.il.us.quakenet.org#obs-dev" is encrypted against jp9000/obs-studio to prevent IRC spam of forks
 notifications:
   irc:
-    skip_join: true
+    skip_join: false
     template:
-      - "%{message} %{build_url}"
+      - "[Travis CI|%{result}] %{repository_name}/%{branch} (%{author} - %{commit_subject}) %{build_url}"
     channels:
       - secure: k9j7+ogVODMlveZdd5pP73AVLCFl1VbzVaVon0ECn3EQcxnLSpiZbc6l+PnIUKgee5pRKtUB4breufgmr4puq3s69YeQiOVKk5gx2yJGZ5jGacbSne0xTspzPxapiEbVUkcJ2L7gKntDG4+SUiW67dtt4G26O7zsErDF/lY/woQ=
+    on_failure: always
+    on_success: change