Skip to content

Commit

Permalink
Allow build to fail if Javadoc generation fails
Browse files Browse the repository at this point in the history
Signed-off-by: Kedar Joshi <kdar_joshi@yahoo.com>
  • Loading branch information
kedar-joshi committed Mar 7, 2020
1 parent 87beffa commit 6737374
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
- DESC="unit tests Java14-EA"
- JDK=Java14-EA
- CMD="./.travis-command-ea-builds.sh"
- jdk: oraclejdk11
env:
- DESC="compile javadoc"
- CMD="./mvnw install javadoc:jar --projects 'eclipse-collections-code-generator,eclipse-collections-code-generator-maven-plugin,eclipse-collections-api,eclipse-collections,eclipse-collections-testutils,eclipse-collections-forkjoin' --activate-profiles all -DskipTests=true --no-transfer-progress"

script: eval travis_wait 30 $CMD

Expand Down

0 comments on commit 6737374

Please sign in to comment.