git.fiddlerwoaroof.com
Browse code

bump travis again!

Ed Langley authored on 01/11/2018 07:38:13
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
-  - cl -l ~/lisp/daydreamer/build.lisp
13
-  - ./daydreamer --test
12
+  - cd ~/lisp/daydreamer/ && cl -l ~/lisp/daydreamer/build.lisp
13
+  - cd ~/lisp/daydreamer/ && ./daydreamer --test
14 14