mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
Configure IRC notifications for Travis CI. Messages will go to #bitcoinj.
This commit is contained in:
parent
ff52164921
commit
60c215b161
1 changed files with 6 additions and 0 deletions
|
@ -3,3 +3,9 @@ language: java
|
|||
jdk: openjdk6
|
||||
before_install: lsb_release -a
|
||||
script: mvn clean install
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels: "irc.freenode.net#bitcoinj"
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
|
|
Loading…
Add table
Reference in a new issue