mirror of
https://github.com/vale981/lack
synced 2025-03-04 17:01:41 -05:00
No need to load all project systems with the latest cl-coveralls anymore.
This commit is contained in:
parent
d8c8c2b38e
commit
8b38515ebf
1 changed files with 0 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue