bitcoinj/.travis.yml
Andreas Schildbach 81ddd50ffb build.gradle: Make protobuf-gradle-plugin use protoc from the repository.
This updates the protoc version to 3.6.1, fixing many warnings in the generated sources.
2019-02-23 23:27:48 +01:00

16 lines
369 B
YAML

# 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