git.fiddlerwoaroof.com
fiddlerwoaroof authored on 27/06/2017 00:57:26
Showing 1 changed files
... ...
@@ -37,7 +37,10 @@ install:
37 37
 # to do unit testing; other frameworks will have different ways of
38 38
 # determining whether a test suite fails or succeeds.
39 39
 script:
40
-  - cl -e '(ql:quickload :stream-provider)'
41
-  - cl -e '(ql:quickload :stream-provider.test)'
40
+  - pwd
41
+  - ls
42
+  - cl -e '(push (truename ".") asdf:*central-registry*)'
43
+       -e '(ql:quickload :stream-provider)'
44
+  - cl -e '(push (truename ".") asdf:*central-registry*)'
42 45
        -e '(asdf:test-system :stream-provider)';
43 46
     [ $? -eq 1 ]