3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-15 19:55:51 +00:00
altcoinj/.travis.yml
Sean Gilligan 4daf6de1eb settings.gradle: If at least Java 11 and Gradle 4.10 are detected, wallet-template is being built again.
This also means wallet-template is under continuous integration by Travis again.
2019-02-26 11:56:32 +01:00

16 lines
262 B
YAML

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