No need to load all project systems with the latest cl-coveralls anymore.

This commit is contained in:
Eitaro Fukamachi 2015-03-22 11:30:22 +09:00
parent d8c8c2b38e
commit 8b38515ebf

View file

@ -21,10 +21,6 @@ script:
- cl -l prove -l cl-coveralls
-e '(or (coveralls:with-coveralls
(loop for file in (uiop:directory-files (uiop:ensure-directory-pathname (uiop:getenv "TRAVIS_BUILD_DIR")))
when (and (string= (pathname-type file) "asd")
(<= 4 (length (pathname-name file)))
(string= (pathname-name file) "lack" :end1 4))
do (ql:quickload (pathname-name file))
when (and (string= (pathname-type file) "asd")
(< 2 (length (pathname-name file)))
(string= (pathname-name file) "t-" :end1 2))