commit | 1998e22e2cdbfda5a4f6d9903b81df616ca66e06 | [log] [tgz] |
---|---|---|
author | Werner Dietl <wdietl@gmail.com> | Sun Apr 16 18:06:51 2017 -0700 |
committer | Werner Dietl <wdietl@gmail.com> | Sun Apr 16 18:06:51 2017 -0700 |
tree | 07523f08c0870468a84a3aed35929b35284060db | |
parent | 30aa7ca0085e7a64fa39bba477ced3860f4fa874 [diff] [blame] |
Use 'typetools' if TRAVIS_REPO_SLUG is not set.
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 @@ export SHELLOPTS SLUGOWNER=${TRAVIS_REPO_SLUG%/*} +if [[ "$SLUGOWNER" == "" ]]; then + SLUGOWNER=typetools +fi + # jsr308-langtools if [ -d ../jsr308-langtools ] ; then