Skip to content

Commit

Permalink
FUSETOOLS2-596 - use Java 11 for Sonar Analysis
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Aug 20, 2020
1 parent 8e370f7 commit 6a6337a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- "export IS_SNAPSHOT=`grep '<version>' pom.xml -m 1 | cut -d'>' -f 2 | cut -d'<' -f 1 | cut -d'-' -f 2`"
script: mvn clean verify
jdk:
- openjdk8
- openjdk11
cache:
directories:
- $HOME/.m2
Expand Down

0 comments on commit 6a6337a

Please sign in to comment.