Allow cloned repos to work correctly with travis-cl.

This commit is contained in:
Tom Rake 2019-03-07 08:38:20 -05:00
parent 05a4556d6d
commit 69e3c9d8dc

View file

@ -3,7 +3,7 @@ set -e
ROSWELL_TARBALL_PATH=$HOME/roswell.tar.gz
ROSWELL_DIR=$HOME/.roswell
ROSWELL_REPO=${ROSWELL_REPO:-https://github.com/roswell/roswell}
ROSWELL_REPO=${ROSWELL_REPO:-https://github.com/${TRAVIS_REPO_SLUG}}
ROSWELL_BRANCH=${ROSWELL_BRANCH:-release}
ROSWELL_INSTALL_DIR=${ROSWELL_INSTALL_DIR:-/usr/local}
ROSWELL_PLATFORMHTML_BASE=${ROSWELL_PLATFORMHTML_BASE:-https://github.com/roswell/sbcl_bin/releases/download/files/build.html}