Skip to content

Commit

Permalink
Issue 3393: Add javadocs stage to Travis (pravega#3394)
Browse files Browse the repository at this point in the history
Adds a stage to the Travis configuration to build Javadocs.

Signed-off-by: Flavio Junqueira (fpj) <[email protected]>
  • Loading branch information
fpj authored and andreipaduroiu committed Feb 20, 2019
1 parent 446dba4 commit 136e859
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
after_success:
- bash <(curl -s https://codecov.io/bash) -t ccceafaf-7c60-4a02-9165-480174b535a2

- stage: javadocs
install: echo "Building javadocs"
script: ./gradlew javadocs

- stage: snapshot
if: branch = master AND NOT (type = pull_request)
env:
Expand Down

0 comments on commit 136e859

Please sign in to comment.