travis: remove oracle-java8-installer as it broke and use the oraclejdk travis ships, which is new enough now

This commit is contained in:
Adam
2018-03-24 09:13:22 -04:00
parent fa71b3d336
commit a71bec83f8

View File

@@ -1,14 +1,11 @@
language: java
sudo: false
dist: trusty
cache:
directories:
- $HOME/.m2
jdk:
- oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
install: true
script: ./travis/build.sh
env: