diff options
author | Eugene Sandulenko | 2017-01-23 22:16:48 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2017-01-23 22:16:48 +0100 |
commit | 87a7198521378ef52a4bc8b9056b5af8d7970760 (patch) | |
tree | bfb7afa5ab172c6f5e4be35e471572fe2ee6eb56 | |
parent | 3bd85ef313973e1e15312e589340341d63f51dba (diff) | |
download | scummvm-rg350-87a7198521378ef52a4bc8b9056b5af8d7970760.tar.gz scummvm-rg350-87a7198521378ef52a4bc8b9056b5af8d7970760.tar.bz2 scummvm-rg350-87a7198521378ef52a4bc8b9056b5af8d7970760.zip |
BUILD: Add IRC notifications to Travis CI builds
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7360b8f3a5..e23f38b316 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 |