Skip to content

Commit

Permalink
Switch travis to use openjdk8
Browse files Browse the repository at this point in the history
This is instead of using oraclejdk8

The Oracle Jdk8 doesn't seem to be supported by Travis on Xenial:
https://travis-ci.community/t/expected-feature-release-number-in-range-of-9-to-12-but-got-8-installing-oraclejdk8/1345/8
  • Loading branch information
edenrox authored Jan 13, 2020
1 parent 2dd7db8 commit 73bfe94
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
language: java

jdk:
- oraclejdk8

addons:
apt:
packages:
- oracle-java8-installer # Updates JDK 8 to the latest available.
- openjdk8

after_success:
- .buildscript/deploy_snapshot.sh
Expand Down

0 comments on commit 73bfe94

Please sign in to comment.