git.fiddlerwoaroof.com
Browse code

Simplify travis.yml...

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