Get working on Windows 8
[clnl] / bin / travis.lisp
index f17910bf6976ce76e66bfca749f6dad58455523b..a5dc59ce20819277cbc5ffc92c1f811a76b4436c 100644 (file)
@@ -1,6 +1,7 @@
 (setf *compile-print* nil)
 (require 'asdf)
-(setf asdf:*central-registry* (list #p"deps/"))
+;(setf asdf:*central-registry* (list #p"deps/"))
+(asdf:initialize-source-registry `(:source-registry (:tree ,(car (directory "src"))) :IGNORE-INHERITED-CONFIGURATION))
 (asdf:load-system :clnl.internal)
 (asdf:load-system :clnl-test.internal)