git.fiddlerwoaroof.com
Ed Langley authored on 01/11/2018 07:42:40
Showing 1 changed files
... ...
@@ -9,6 +9,6 @@ install:
9 9
   - git clone --depth=1 https://github.com/pokepay/aws-sdk-lisp.git ~/lisp/aws-sdk-lisp && pushd ~/lisp/aws-sdk-lisp && git checkout 6d1f66e && popd
10 10
 
11 11
 script:
12
-  - cd ~/lisp/daydreamer/ && cl -l ~/lisp/daydreamer/build.lisp
12
+  - cd ~/lisp/daydreamer/ && cl -e '(load "~/lisp/daydreamer/build.lisp")'
13 13
   - cd ~/lisp/daydreamer/ && ./daydreamer --test
14 14