3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-14 11:15:51 +00:00

During CI builds, make Maven output less clutter.

This commit is contained in:
Andreas Schildbach 2014-08-21 14:32:16 +02:00
parent 664d0b130c
commit 6deba7be92

View File

@ -2,10 +2,10 @@
language: java
jdk: openjdk6
before_install: lsb_release -a
script: mvn clean install
install: true # remove default
script: mvn -q clean install
notifications:
irc:
channels: "irc.freenode.net#bitcoinj"
use_notice: true
skip_join: true