aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-04-14 00:06:20 -0500
committerTristan Sloughter <[email protected]>2013-04-14 00:10:00 -0500
commit8f4c8178d5ec3f64157f6bbaa583b75e481a4e69 (patch)
tree788c9ab328b570adb47afa7922c815254cf358c6 /.travis.yml
parent492c954ede0380879fa66dfcc4550fc80584eeed (diff)
downloadrelx-8f4c8178d5ec3f64157f6bbaa583b75e481a4e69.tar.gz
relx-8f4c8178d5ec3f64157f6bbaa583b75e481a4e69.tar.bz2
relx-8f4c8178d5ec3f64157f6bbaa583b75e481a4e69.zip
switch travis to use notify instead of joining irc channel
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b105084..adf0a04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,4 +15,8 @@ branches:
notifications:
email:
- irc: "irc.freenode.org#erlware" \ No newline at end of file
+ irc:
+ channels:
+ - "irc.freenode.org#erlware"
+ use_notice: true
+ skip_join: true \ No newline at end of file