mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
4fb0e6ed95
- Use Ubuntu Xenial (16.04) image. - Add an OpenJDK 11 build. - Drop Oracle JDK build. - Exclude wallettemplate from build, because of the dreaded OpenJFX dependency.
17 lines
331 B
YAML
17 lines
331 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:
|
|
- gradle -q clean check -x :wallettemplate:check
|
|
|
|
notifications:
|
|
irc:
|
|
channels: "irc.freenode.net#bitcoinj"
|
|
skip_join: true
|