Skip to content

Commit

Permalink
Merge pull request #9 from armedbear/master
Browse files Browse the repository at this point in the history
Reassure git who's master
  • Loading branch information
easye committed Nov 24, 2019
2 parents 42c6c0e + a62ae2a commit 9f79786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,8 @@ env:
install:
- echo $(pwd)
- bash -x ${TRAVIS_BUILD_DIR}/ci/install-adoptjdk.bash ${ABCL_JDK}
# Ensure we can invoke ant
- . ${TRAVIS_BUILD_DIR}/ci/ensure-jenv-is-present.bash && ant abcl.diagnostic
# Build ABCL
- . ${TRAVIS_BUILD_DIR}/ci/ensure-jenv-is-present.bash && ant abcl
# Configure finding abcl build source via ASDF
Expand Down
2 changes: 1 addition & 1 deletion ci/set-jdk.bash
Expand Up @@ -4,7 +4,7 @@ function set_jdk() {
abcl_jdk=openjdk8
fi

dir=$1
dir=$2
if [[ -z ${dir} ]]; then
dir=${TRAVIS_BUILD_DIR}
fi
Expand Down

0 comments on commit 9f79786

Please sign in to comment.