From 136e859a44a6934dd428688fae4b7d7623229756 Mon Sep 17 00:00:00 2001 From: Flavio Junqueira Date: Wed, 20 Feb 2019 17:55:40 +0100 Subject: [PATCH] Issue 3393: Add javadocs stage to Travis (#3394) Adds a stage to the Travis configuration to build Javadocs. Signed-off-by: Flavio Junqueira (fpj) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 17d13636185..5355d1834a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: