From f352b39284dbb289b0133d79c7e604cf53aa4134 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 17 Jul 2014 10:19:00 +0200 Subject: [PATCH] Travis: quickload local pgloader, not the QL dist one... --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 944dbad..9331ce0 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,7 @@ quicklisp: $(QLDIR)/setup.lisp ; $(LIBS): $(QLDIR)/setup.lisp $(QLDIR)/local-projects/cl-ixf $(CL) $(CL_OPTS) --load $(QLDIR)/setup.lisp \ + --eval '(push "$(PWD)/" asdf:*central-registry*)' \ --eval '(ql:quickload "pgloader")' \ --eval '(quit)' touch $@