3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 06:44:16 +00:00

Configure IRC notifications for Travis CI. Messages will go to #bitcoinj.

This commit is contained in:
Andreas Schildbach 2014-08-18 10:29:19 +02:00
parent ff52164921
commit 60c215b161

View File

@ -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