Improve Travis CI for clisp/ecl, add banner

This commit is contained in:
2018-02-24 00:24:35 +01:00
parent 422e8baf75
commit b1412600f6
2 changed files with 7 additions and 3 deletions

View File

@ -18,7 +18,7 @@ install:
script:
- cl -e '(pushnew :md5-testing cl:*features*)
(asdf:load-system "md5")
(ql:quickload "md5")
(unless (md5::test-rfc1321)
(uiop:quit 1))
(unless (md5::test-other)