Browse Source

DATAJDBC-301 - Removed the apt based JDK installation.

The script failed since Oracle moved the JDK8 files, but Travis JDK-switcher works just fine.
pull/104/head
Jens Schauder 7 years ago
parent
commit
fb3210c639
  1. 5
      .travis.yml

5
.travis.yml

@ -15,11 +15,6 @@ matrix: @@ -15,11 +15,6 @@ matrix:
- NO_JACOCO='true'
before_install: wget https://github.com/sormuras/bach/raw/master/install-jdk.sh && . ./install-jdk.sh -F 11
addons:
apt:
packages:
- oracle-java8-installer
cache:
directories:
- $HOME/.m2

Loading…
Cancel
Save