git.fiddlerwoaroof.com
fiddlerwoaroof authored on 27/06/2017 00:49:04
Showing 1 changed files
... ...
@@ -38,5 +38,6 @@ install:
38 38
 # determining whether a test suite fails or succeeds.
39 39
 script:
40 40
   - cl -e '(ql:quickload :stream-provider)'
41
-  - cl -e '(asdf:test-system :stream-provider)';
41
+  - cl -e '(ql:quickload :stream-provider)'
42
+       -e '(asdf:test-system :stream-provider)';
42 43
     [ $? -eq 1 ]