diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-07-26 12:32:39 -0700 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-07-26 12:32:39 -0700 |
commit | 49ebd01d19b5fee2b19e2543abb1493c1977566c (patch) | |
tree | fc947ab6260c9bd98de04725f9cc09e8988042da /.travis.yml | |
parent | 0868461ee00b350e1a13e6406a69ce0bf03b97f8 (diff) | |
parent | 5a5d7ba973dbd833d27523e61d462ad598b0ae75 (diff) | |
download | rails-49ebd01d19b5fee2b19e2543abb1493c1977566c.tar.gz rails-49ebd01d19b5fee2b19e2543abb1493c1977566c.tar.bz2 rails-49ebd01d19b5fee2b19e2543abb1493c1977566c.zip |
Merge pull request #2284 from joshk/patch-6
enable Travis CI irc notifications to #rails-contrib on irc.freenode.org
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index d33c6a3c86..596611ecf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ script: 'ci/travis.rb' -notifications: - disabled: true rvm: - 1.8.7 - 1.9.2 @@ -9,4 +7,8 @@ env: - "GEM=ap,am,amo,ares,as" - "GEM=ar:mysql" - "GEM=ar:mysql2" - - "GEM=ar:sqlite3"
\ No newline at end of file + - "GEM=ar:sqlite3" +notifications: + email: false + irc: + - "irc.freenode.org#rails-contrib"
\ No newline at end of file |