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 a4fcaa5dcc
commit c0d6ea5334

View File

@@ -3,11 +3,6 @@ language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
cache:
directories:
- $HOME/.m2