mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
18 lines
410 B
YAML
18 lines
410 B
YAML
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
|
|
sudo: false
|
|
dist: xenial
|
|
language: java
|
|
jdk:
|
|
- openjdk8
|
|
- openjdk11
|
|
install:
|
|
- sudo apt-get install -y protobuf-compiler
|
|
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
|