From 2054f22c851da96f23f1a229eae99f5272465273 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sun, 23 Jun 2019 18:22:43 +0200 Subject: [PATCH] .travis.yml: Use Ubuntu Bionic image for building. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db91db267..043ad70f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ # configuration for https://travis-ci.org/bitcoinj/bitcoinj sudo: false -dist: xenial +dist: bionic language: java matrix: include: