mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
Travis on clone issue solved by ROSWELL_REPO definition in .travis.yml.
This commit is contained in:
parent
56628d30cb
commit
0c8cc6de64
|
|
@ -7,6 +7,7 @@ env:
|
|||
- ROSWELL_BRANCH=$TRAVIS_BRANCH
|
||||
- ROSWELL_INSTALL_DIR=$HOME/.roswell
|
||||
- ROSWELL_QUICKLISP_DIST_URI=https://github.com/roswell/quicklisp/releases/download/dist/quicklisp.txt
|
||||
- ROSWELL_REPO=https://github.com/${TRAVIS_REPO_SLUG}
|
||||
matrix:
|
||||
- METHOD=ci LISP=alisp
|
||||
- METHOD=ci LISP=cmu-bin/2017-10
|
||||
|
|
|
|||
Loading…
Reference in a new issue