DATAJDBC-301 - Removed the apt based JDK installation.

The script failed since Oracle moved the JDK8 files, but Travis JDK-switcher works just fine.
This commit is contained in:
Jens Schauder
2018-12-04 09:16:09 +01:00
parent 705ed1216a
commit fb3210c639

View File

@@ -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