3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-13 10:45:51 +00:00
altcoinj/.travis.yml

17 lines
369 B
YAML
Raw Normal View History

# configuration for https://travis-ci.org/bitcoinj/bitcoinj
sudo: false
dist: xenial
language: java
jdk:
- openjdk8
- openjdk11
install: true
script:
# excluding wallet-template because of the unreliable JavaFX dependency
- gradle clean build -x :wallettemplate:compileJava
notifications:
irc:
channels: "irc.freenode.net#bitcoinj"
skip_join: true