From 6ba1b95e4b8266364beed9d9625f1bdfe739e52a Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 23 Sep 2017 12:26:58 +0200 Subject: [PATCH] .travis.yml: Continue using the Ubuntu Precise image for continuous integration builds. This includes a workaround for an OpenJDK6 buffer overflow issue: https://github.com/travis-ci/travis-ci/issues/5227 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2ead96e7..82c6fff1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,11 @@ # configuration for https://travis-ci.org/bitcoinj/bitcoinj sudo: false +dist: precise language: java +addons: + hosts: + - host + hostname: host jdk: oraclejdk8 install: true # remove default script: