3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00
altcoinj/.travis.yml
2014-08-21 14:38:47 +02:00

12 lines
265 B
YAML

# configuration for https://travis-ci.org/bitcoinj/bitcoinj
language: java
jdk: openjdk6
before_install: lsb_release -a
install: true # remove default
script: mvn -q clean install
notifications:
irc:
channels: "irc.freenode.net#bitcoinj"
skip_join: true