aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Dietl <wdietl@gmail.com>2017-04-16 18:06:51 -0700
committerWerner Dietl <wdietl@gmail.com>2017-04-16 18:06:51 -0700
commit1998e22e2cdbfda5a4f6d9903b81df616ca66e06 (patch)
tree07523f08c0870468a84a3aed35929b35284060db
parent30aa7ca0085e7a64fa39bba477ced3860f4fa874 (diff)
downloadannotation-tools-1998e22e2cdbfda5a4f6d9903b81df616ca66e06.tar.gz
Use 'typetools' if TRAVIS_REPO_SLUG is not set.
-rwxr-xr-x.travis-build-without-test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis-build-without-test.sh b/.travis-build-without-test.sh
index cfa5c9f..26f89c6 100755
--- a/.travis-build-without-test.sh
+++ b/.travis-build-without-test.sh
@@ -7,6 +7,10 @@ set -e
export SHELLOPTS
SLUGOWNER=${TRAVIS_REPO_SLUG%/*}
+if [[ "$SLUGOWNER" == "" ]]; then
+ SLUGOWNER=typetools
+fi
+
# jsr308-langtools
if [ -d ../jsr308-langtools ] ; then