diff --git a/.travis.yml b/.travis.yml index 1b88e0b..cbde013 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,8 @@ script: - if [ "$METHOD" = "test" ] || [ "$METHOD" = "brew" ] || [ "$METHOD" = "ci" ]; then ros version=t run; fi - if [ "$METHOD" = "test" ] || [ "$METHOD" = "brew" ] || [ "$METHOD" = "ci" ]; then ros config; fi - if [ "$METHOD" = "test" ] || [ "$METHOD" = "brew" ] || [ "$METHOD" = "ci" ]; then ros -s prove-asdf -s quri-test -e "(asdf:test-system :quri-test)"; fi - - if [ "$METHOD" = "ci" ]; then [`ros -q run 2>&1` == ""]; fi + - if [ "$METHOD" = "ci" ]; then [`ros -q run 2>&1` == ""]; fi + - if [ "$METHOD" = "ci" ]; then [`ros -e "(ros:ignore-shebang)" -e "(mapc #'load (directory \"src/lisp/*.ros\"))" 2>&1` == ""]; fi - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "cross" ]; then CC=$XCC ./configure ${PREFIX} ${HOST};make; fi - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ x$TRAVIS_TAG != x ] && [ "$METHOD" = "cross" ]; then lcab -q src/ros.exe src/lisp/* ros-$XCC.cab; fi - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ x$TRAVIS_TAG != x ] && [ "$METHOD" = "cross" ]; then ros ./scripts/release.ros github ros-$XCC.cab; fi