mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 02:35:52 +00:00
17 lines
328 B
YAML
17 lines
328 B
YAML
# 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 clean check -x :wallettemplate:check
|
|
|
|
notifications:
|
|
irc:
|
|
channels: "irc.freenode.net#bitcoinj"
|
|
skip_join: true
|