mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-15 06:55:14 +01:00
run mvn javadoc as part of the script since we don't want to build it as
part of the normal mvn install
This commit is contained in:
parent
ab597509bb
commit
d5ea7ce908
@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
current_dir=`pwd`
|
current_dir=`pwd`
|
||||||
|
|
||||||
|
mvn javadoc:javadoc
|
||||||
|
|
||||||
if [[ "$TRAVIS_REPO_SLUG" != "MilkBowl/VaultAPI" || "$TRAVIS_PULL_REQUEST" == "true" || "$TRAVIS_BRANCH" != "master" ]]
|
if [[ "$TRAVIS_REPO_SLUG" != "MilkBowl/VaultAPI" || "$TRAVIS_PULL_REQUEST" == "true" || "$TRAVIS_BRANCH" != "master" ]]
|
||||||
then
|
then
|
||||||
echo 'Travis can only publish docs for release builds.'
|
echo 'Travis can only publish docs for release builds.'
|
||||||
|
Loading…
Reference in New Issue
Block a user