mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 14:54:15 +00:00
12 lines
252 B
YAML
12 lines
252 B
YAML
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
|
|
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
|