git.fiddlerwoaroof.com
fiddlerwoaroof authored on 27/06/2017 01:03:59
Showing 1 changed files
... ...
@@ -37,10 +37,8 @@ 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
-  - pwd
41
-  - ls
42
-  - cl -e '(push (truename ".") asdf:*central-registry*)'
40
+  - pwd && ls && cl -e '(push (truename ".") asdf:*central-registry*)'
43 41
        -e '(ql:quickload :stream-provider)'
44
-  - cl -e '(push (truename ".") asdf:*central-registry*)'
42
+  - pwd && ls && cl -e '(push (truename ".") asdf:*central-registry*)'
45 43
        -e '(asdf:test-system :stream-provider)';
46 44
     [ $? -eq 1 ]