mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
Fix .travis.yml.
This commit is contained in:
parent
aa55f761a0
commit
ed95dbaed1
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ script:
|
|||
(string= (pathname-name file) "t-" :end1 2))
|
||||
collect (pathname-name file) into test-files
|
||||
finally
|
||||
(return (not (some #'null (mapcar #'prove:run test-files))))))
|
||||
(return (not (some (function null) (mapcar (function prove:run) test-files))))))
|
||||
(uiop:quit -1))'
|
||||
|
|
Loading…
Add table
Reference in a new issue