2014-08-17 23:24:57 +02:00
|
|
|
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
|
2015-07-14 11:32:57 +02:00
|
|
|
sudo: false
|
2019-02-15 16:46:53 +01:00
|
|
|
dist: xenial
|
2014-08-17 23:24:57 +02:00
|
|
|
language: java
|
2019-02-15 16:46:53 +01:00
|
|
|
jdk:
|
|
|
|
- openjdk8
|
|
|
|
- openjdk11
|
2019-02-23 22:52:01 +01:00
|
|
|
install: true
|
2014-08-22 23:47:31 +02:00
|
|
|
script:
|
2019-02-22 12:05:20 +01:00
|
|
|
# excluding wallet-template because of the unreliable JavaFX dependency
|
|
|
|
- gradle clean build -x :wallettemplate:compileJava
|
2014-11-02 17:50:06 +01:00
|
|
|
|
2014-08-18 10:29:19 +02:00
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels: "irc.freenode.net#bitcoinj"
|
|
|
|
skip_join: true
|