diff --git a/.travis.yml b/.travis.yml index db3454e..de400b7 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_Greenhouses