3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-23 15:45:49 +00:00
altcoinj/.travis.yml

12 lines
265 B
YAML
Raw Normal View History

# 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