git.fiddlerwoaroof.com
Browse code

Actually run the tests . . .

fiddlerwoaroof authored on 26/06/2017 22:59:48
Showing 1 changed files
... ...
@@ -39,5 +39,5 @@ install:
39 39
 script:
40 40
   - cl -e '(ql:quickload :stream-provider)'
41 41
   - cl -e '(ql:quickload :stream-provider)
42
-           (asdf:test-op :stream-provider)';
42
+           (asdf:test-system :stream-provider)';
43 43
     [ $? -eq 1 ]