Travis: quickload local pgloader, not the QL dist one...

This commit is contained in:
Dimitri Fontaine 2014-07-17 10:19:00 +02:00
parent e4948a3627
commit f352b39284

View File

@ -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 $@