diff options
author | Jordan Wilberding <[email protected]> | 2013-04-13 22:24:18 -0700 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2013-04-13 22:24:18 -0700 |
commit | d2698281ff1b0a46b2bcf6c2579cc811a3f62500 (patch) | |
tree | 788c9ab328b570adb47afa7922c815254cf358c6 /.travis.yml | |
parent | 699bb108c86785774db005bd0678a7dfa1c3ddd9 (diff) | |
parent | 8f4c8178d5ec3f64157f6bbaa583b75e481a4e69 (diff) | |
download | relx-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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
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 |