Skip to content

Commit

Permalink
I give up. No JDK 11 and JDK 7 travis support at the same time
Browse files Browse the repository at this point in the history
I tried trusty, xenial and bionic. I tried to bundle jdk_switcher.

I tried different install_jdk.sh and jdk_switcher.sh. Either it
supports older versions or it supports newer versions. Some distros
don't have the scripts installed on Travis although the documentation
clearly states they do.

I just give up. I think right now it is more important that Travis
runs with older versions (java7) than newer because for end users
it is easier to install newer versions and test with them rather for
them to install older versions and test with those.
  • Loading branch information
toomasr committed Aug 23, 2020
1 parent 91942e2 commit ee8e4d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jdk:
- openjdk7
- openjdk8
- oraclejdk9
- openjdk11
script:
- jdk_switcher use $TRAVIS_JDK_VERSION
- ./mvnw test -Dmaven.javadoc.skip=true

0 comments on commit ee8e4d2

Please sign in to comment.