X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=wolf;a=blobdiff_plain;f=bin%2Ftravis.lisp;fp=bin%2Ftravis.lisp;h=d562ba3f46d1506c1b6ead044119834b4240ad19;hp=17e87e15ec1224e7df07875a99ab7b7a1b514748;hb=7e7aae4d5b9f8e53bf88c10996c29ff57f358c3b;hpb=8c769fe7229a74e60b03db471c98b5e8955a0f5c diff --git a/bin/travis.lisp b/bin/travis.lisp index 17e87e1..d562ba3 100644 --- a/bin/travis.lisp +++ b/bin/travis.lisp @@ -1,8 +1,9 @@ (setf *compile-print* nil) (require 'asdf) -(setf asdf:*central-registry* (list #p"deps/")) -(asdf:load-system :style-checker.internal) -(asdf:load-system :style-checker-test.internal) +(asdf:initialize-source-registry `(:source-registry (:tree ,(car (directory "src"))) :INHERIT-CONFIGURATION)) +(asdf:load-system :style-checker) +(asdf:load-system :style-checker-test) +#-travis (asdf:load-system :docgen) (format t "~%~c[1;33mRunning Tests~c[0m~%" #\Esc #\Esc) (when (not (style-checker-test:run-all-tests))