From 64a7c5488193110b11c804f63e20c0ed0e5f835d Mon Sep 17 00:00:00 2001 From: martinfrancois Date: Mon, 19 Aug 2019 18:23:48 +0200 Subject: [PATCH] apply changes for java 11 --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9aac9138..27484cb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,12 @@ language: java -# to make the build work with oraclejdk8: https://travis-ci.community/t/solved-oraclejdk8-installation-failing-still-again/3428 -dist: trusty - sudo: false # Linux OS: run in container env: global: # get all the branches referencing this commit - TAG_BRANCH=$(git ls-remote origin | sed -n "\|$TRAVIS_COMMIT\s\+refs/heads/|{s///p}") + - TERM=dumb # Necessary environment variables on Travis CI: # @@ -21,16 +19,13 @@ env: # BINTRAY_REPO=repo # BINTRAY_PACKAGE=package -jdk: oraclejdk8 +jdk: openjdk11 addons: apt: packages: - p7zip-full -before_install: - - if [[ "${TRAVIS_OS_NAME}" == linux ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; fi - install: true cache: