File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,16 +21,17 @@ language: java
2121
2222jdk :
2323- oraclejdk8
24+ - openjdk11
2425
2526# Make sure travis can use container-based infrastructure
2627sudo : false
2728
2829install : " mvn -s ./.travis.maven-settings.xml clean"
2930
3031script :
31- - " mvn -s ./.travis.maven-settings.xml -Pcontinuous-integration -U -Dmaven.javadoc.skip=true install"
32+ - " mvn -s ./.travis.maven-settings.xml -Pcontinuous-integration -U install"
3233# Separate build for example due to dependeny on conga-maven-plugin
33- - " mvn -s ./.travis.maven-settings.xml -Pcontinuous-integration -U -Dmaven.javadoc.skip=true install -f example"
34+ - " mvn -s ./.travis.maven-settings.xml -Pcontinuous-integration -U install -f example"
3435# Remove wcm.io artefacts from repository before cache
3536- rm -rf $HOME/.m2/repository/io/wcm
3637
You can’t perform that action at this time.
0 commit comments