[Scummvm-git-logs] scummvm master -> 87a7198521378ef52a4bc8b9056b5af8d7970760

sev- sev at scummvm.org
Mon Jan 23 22:17:28 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
87a7198521 BUILD: Add IRC notifications to Travis CI builds


Commit: 87a7198521378ef52a4bc8b9056b5af8d7970760
    https://github.com/scummvm/scummvm/commit/87a7198521378ef52a4bc8b9056b5af8d7970760
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-01-23T22:16:48+01:00

Commit Message:
BUILD: Add IRC notifications to Travis CI builds

Changed paths:
    .travis.yml


diff --git a/.travis.yml b/.travis.yml
index 7360b8f..e23f38b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,3 +41,10 @@ script:
   - make -j 2
   - make test
   - make devtools
+
+notifications:
+  irc:
+    channels:
+      - "chat.freenode.net#scummvm"
+    on_success: change
+    on_failure: always





More information about the Scummvm-git-logs mailing list