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,17 +21,17 @@ language: java
2121
2222jdk :
2323- oraclejdk8
24- - oraclejdk11
24+ - openjdk11
2525
2626# Make sure travis can use container-based infrastructure
2727sudo : false
2828
2929install : " mvn -s ./.travis.maven-settings.xml clean"
3030
3131script :
32- - " 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"
3333# Separate build for example due to dependeny on conga-maven-plugin
34- - " 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"
3535# Remove wcm.io artefacts from repository before cache
3636- rm -rf $HOME/.m2/repository/io/wcm
3737
You can’t perform that action at this time.
0 commit comments