mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
install ecl
This commit is contained in:
parent
777b013ec0
commit
65d1fabe22
|
|
@ -145,7 +145,7 @@ script:
|
|||
[`ros -e "(ros:ignore-shebang)" -e '(loop for x in (directory "src/lisp/*.ros") do (load x))' 2>&1` == ""];
|
||||
fi;
|
||||
fi
|
||||
- if [ $METHOD = "ci" ] && [ $TRAVIS_OS_NAME = osx ] && ([ "$LISP" = "ecl" ] || [ "$LISP" = "clisp" ]) ; then
|
||||
- if [ $METHOD = "ci" ] && [ $TRAVIS_OS_NAME = osx ] && [ "$LISP" = "clisp" ] ; then
|
||||
ros install $LISP;
|
||||
ros use $LISP;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue