3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-14 19:25:51 +00:00

.travis.yml: Bring up to date.

- Use Ubuntu Xenial (16.04) image.
- Add an OpenJDK 11 build.
- Drop Oracle JDK build.
- Exclude wallettemplate from build, because of the dreaded OpenJFX dependency.
This commit is contained in:
Andreas Schildbach 2019-02-15 16:46:53 +01:00
parent fc3d86bba5
commit 4fb0e6ed95

View File

@ -1,17 +1,14 @@
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
sudo: false
dist: trusty
dist: xenial
language: java
jdk: oraclejdk8
jdk:
- openjdk8
- openjdk11
install:
# before_install:
- sudo apt-get -qq update
- sudo apt-get install -y protobuf-compiler
script:
- gradle -q clean install
- jdk_switcher use openjdk7
- cd core
- gradle -q clean build
- gradle -q clean check -x :wallettemplate:check
notifications:
irc: