Skip to content

Commit

Permalink
Upgrade TravisCI build to Xenial/Java 11 #1056
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jun 9, 2019
1 parent d7dd340 commit 83cec69
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
dist: trusty
dist: xenial

language: java

jdk:
- oraclejdk8

env:
matrix:
- REDIS=unstable
Expand All @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 83cec69

Please sign in to comment.