bitcoinj/.travis.yml

17 lines
331 B
YAML
Raw Normal View History

# 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