From 83cec6975dd020e11589c038b79ca220a101f343 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Sun, 9 Jun 2019 15:43:46 +0200 Subject: [PATCH] Upgrade TravisCI build to Xenial/Java 11 #1056 --- .travis.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 22fbb08473..a262e267dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,7 @@ -dist: trusty +dist: xenial language: java -jdk: - - oraclejdk8 - env: matrix: - REDIS=unstable @@ -16,10 +13,10 @@ env: sudo: false before_install: - - if [[ ! -f downloads/stunnel-5.50.tar.gz ]]; then wget -O downloads/stunnel-5.50.tar.gz ftp://ftp.stunnel.org/stunnel/archive/5.x/stunnel-5.50.tar.gz; fi - - if [[ ! -f ./stunnel-5.50/configure ]]; then tar -xzf downloads/stunnel-5.50.tar.gz; fi - - if [[ ! -f ./stunnel-5.50/src/stunnel ]]; then cd ./stunnel-5.50; ./configure; make; cd ..; fi - - export PATH="$PATH:$(pwd)/stunnel-5.50/src" + - if [[ ! -f downloads/stunnel-5.54.tar.gz ]]; then wget -O downloads/stunnel-5.54.tar.gz ftp://ftp.stunnel.org/stunnel/archive/5.x/stunnel-5.54.tar.gz; fi + - if [[ ! -f ./stunnel-5.54/configure ]]; then tar -xzf downloads/stunnel-5.54.tar.gz; fi + - if [[ ! -f ./stunnel-5.54/src/stunnel ]]; then cd ./stunnel-5.54; ./configure; make; cd ..; fi + - export PATH="$PATH:$(pwd)/stunnel-5.54/src" install: make prepare ssl-keys @@ -32,7 +29,7 @@ cache: directories: - '$HOME/.m2/repository' - '$TRAVIS_BUILD_DIR/downloads' - - '$TRAVIS_BUILD_DIR/stunnel-5.50' + - '$TRAVIS_BUILD_DIR/stunnel-5.54' notifications: webhooks: