Skip to content

Commit

Permalink
Issue #1077 - Travis build fails due to JDK exception
Browse files Browse the repository at this point in the history
* Removed the Oracle JDK, to avoid a security issue with the Sonatype repo
  • Loading branch information
ppodgorsek committed Feb 4, 2020
1 parent 389f5ac commit 519fce5
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 @@ -4,6 +4,5 @@ jdk:
- openjdk9
- openjdk10
- openjdk11
- oraclejdk10
script: mvn clean test
env: MAVEN_OPTS=" -Xmx2048m -Xms768m -XX:MaxPermSize=512m"

0 comments on commit 519fce5

Please sign in to comment.