Skip to content

Commit

Permalink
Do not mvn site (at least temporarily)
Browse files Browse the repository at this point in the history
This fails with JDK11. Checking this in to see if I can get a green
PR build without this.
  • Loading branch information
batmat committed Nov 25, 2018
1 parent 334efca commit 6c58b15
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 @@ jdk:
- openjdk11
install:
- "mvn --show-version --errors --batch-mode validate dependency:go-offline"
script: "mvn --show-version --errors --batch-mode clean verify site"
script: "mvn --show-version --errors --batch-mode clean verify"
cache:
directories:
- $HOME/.m2
Expand Down

0 comments on commit 6c58b15

Please sign in to comment.