From 8b38515ebf4c72a00b13c1b14e8763dd17652f9f Mon Sep 17 00:00:00 2001 From: Eitaro Fukamachi Date: Sun, 22 Mar 2015 11:30:22 +0900 Subject: [PATCH] No need to load all project systems with the latest cl-coveralls anymore. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a860099..de92d7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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))