mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
enable Travis CI irc notifications to #rails-contrib on irc.freenode.org
This commit is contained in:
parent
0868461ee0
commit
5a5d7ba973
1 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
- "GEM=ar:sqlite3"
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
- "irc.freenode.org#rails-contrib"
|
Loading…
Reference in a new issue