Skip to content

Commit

Permalink
update travis script #145
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Oct 15, 2019
1 parent 9b35f7d commit 26e7e8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ before_install:
BUILD_JDK_VERSION="$(java -version | grep -i 'openjdk version')"
echo "JDK VERSION (field used for tagged builds) -> ${BUILD_JDK_VERSION}"
# Sets up the javadoc work goals in the build
bash build/javadoc/manage-javadoc.sh setup
# Not used, really stuffed in the following 'script' block
# install:
# - java -version
Expand Down
6 changes: 6 additions & 0 deletions build/bintray/setup-modules.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/usr/bin/env bash

###############################################################################
# (C) Copyright IBM Corp. 2019
#
# SPDX-License-Identifier: Apache-2.0
###############################################################################

# Sets up the details for bintray modules/packages on BinTray
# You must set to use your API Key and API user in the curl request.
# BINTRAY_USER=change-me
Expand Down

0 comments on commit 26e7e8f

Please sign in to comment.