mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
forget 'ros use' after installation.
This commit is contained in:
parent
f9e7352e7b
commit
a86c847d3d
|
|
@ -147,6 +147,7 @@ script:
|
|||
fi
|
||||
- if [ $METHOD = "ci" ] && [ $TRAVIS_OS_NAME = osx ] && ([ "$LISP" = "ecl" ] || [ "$LISP" = "clisp" ]) ; then
|
||||
ros install $LISP;
|
||||
ros use $LISP;
|
||||
fi
|
||||
- if [ $METHOD != debian ]; then ros config; fi
|
||||
- cat /tmp/proxy-log || true
|
||||
|
|
|
|||
Loading…
Reference in a new issue