aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2013-04-13 22:24:18 -0700
committerJordan Wilberding <[email protected]>2013-04-13 22:24:18 -0700
commitd2698281ff1b0a46b2bcf6c2579cc811a3f62500 (patch)
tree788c9ab328b570adb47afa7922c815254cf358c6
parent699bb108c86785774db005bd0678a7dfa1c3ddd9 (diff)
parent8f4c8178d5ec3f64157f6bbaa583b75e481a4e69 (diff)
downloadrelx-d2698281ff1b0a46b2bcf6c2579cc811a3f62500.tar.gz
relx-d2698281ff1b0a46b2bcf6c2579cc811a3f62500.tar.bz2
relx-d2698281ff1b0a46b2bcf6c2579cc811a3f62500.zip
Merge pull request #55 from tsloughter/master
switch travis to use notify instead of joining irc channel
-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