mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 12:01:24 +00:00
Start out with version 4.10.3 because 4.10 is our requirement for building all modules, including wallettemplate.
18 lines
323 B
YAML
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
|