Files
altcoinj/.travis.yml
Andreas Schildbach 37f9571dc5 .travis.yml: Specify exact Gradle version to use.
Start out with version 4.10.3 because 4.10 is our requirement for building all modules, including wallettemplate.
2019-05-04 01:34:11 +02:00

18 lines
323 B
YAML

# configuration for https://travis-ci.org/bitcoinj/bitcoinj
sudo: false
dist: xenial
language: java
jdk:
- openjdk8
- openjdk11
install: true
before_script:
- gradle wrapper --gradle-version=4.10.3
script:
- ./gradlew clean build
notifications:
irc:
channels: "irc.freenode.net#bitcoinj"
skip_join: true