mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
Allow cloned repos to work correctly with travis-cl.
This commit is contained in:
parent
05a4556d6d
commit
69e3c9d8dc
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue