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:
Nick Minkler 2014-06-23 14:42:19 -07:00
parent ab597509bb
commit d5ea7ce908

View File

@ -1,6 +1,8 @@
#!/bin/bash
current_dir=`pwd`
mvn javadoc:javadoc
if [[ "$TRAVIS_REPO_SLUG" != "MilkBowl/VaultAPI" || "$TRAVIS_PULL_REQUEST" == "true" || "$TRAVIS_BRANCH" != "master" ]]
then
echo 'Travis can only publish docs for release builds.'