From dee2367ad61a95a22d154591e7ed0087c6b93ac7 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 14 Nov 2020 12:10:43 -0800 Subject: [PATCH] Use JDK11 only. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d0cb08a..85aad81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,8 @@ addons: organization: "bentobox-world" jdk: - - openjdk8 - openjdk11 -matrix: - allow_failures: - - jdk: openjdk11 - script: # the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dsonar.projectKey=BentoBoxWorld_Limits