git.fiddlerwoaroof.com
Browse code

Twiddling travis config

fiddlerwoaroof authored on 27/06/2017 00:45:44
Showing 1 changed files
... ...
@@ -38,6 +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 '(ql:quickload :stream-provider.tests)
41
+  - cl -e '(ql:quickload :stream-provider.test)
42 42
            (asdf:test-system :stream-provider)';
43 43
     [ $? -eq 1 ]