bitcoinj/.travis.yml
Andreas Schildbach 4fb0e6ed95 .travis.yml: Bring up to date.
- 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.
2019-02-15 18:22:09 +01:00

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