We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cd386 commit 9b6e287Copy full SHA for 9b6e287
.travis.yml
@@ -21,15 +21,15 @@ language: java
21
22
jdk:
23
- oraclejdk8
24
-- oraclejdk11
+- openjdk11
25
26
# Make sure travis can use container-based infrastructure
27
sudo: false
28
29
install: "mvn -s ./.travis.maven-settings.xml clean"
30
31
script:
32
-- "mvn -s ./.travis.maven-settings.xml -Pcontinuous-integration -U -Dmaven.javadoc.skip=true install"
+- "mvn -s ./.travis.maven-settings.xml -Pcontinuous-integration -U install"
33
# Remove wcm.io artefacts from repository before cache
34
- rm -rf $HOME/.m2/repository/io/wcm
35
0 commit comments