git.fiddlerwoaroof.com
Browse code

Bump travis?

Ed Langley authored on 01/11/2018 07:26:37
Showing 3 changed files
... ...
@@ -3,3 +3,5 @@
3 3
 /cloud-watcher
4 4
 /gp.run
5 5
 nohup.out
6
+daydreamer
7
+*.*fsl
... ...
@@ -1,11 +1,14 @@
1 1
 env:
2 2
   matrix:
3 3
     - "LISP=sbcl"
4
-    - "LISP=ccl"
4
+
5 5
 install:
6 6
   - curl -L https://github.com/luismbo/cl-travis/raw/master/install.sh | sh
7 7
   - git clone --depth=1 https://github.com/fiddlerwoaroof/daydreamer.git ~/lisp/daydreamer/
8
+  - git clone --depth=1 https://github.com/fiddlerwoaroof/fwoar.lisputils.git ~/lisp/fwoar.lisputils/
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
8 10
 
9 11
 script:
10
-  - cl -e '(ql:quickload :cloud-watcher)'
12
+  - cl -l ~/lisp/daydreamer/build.lisp
13
+  - ./daydreamer --test
11 14
 
... ...
@@ -30,4 +30,6 @@
30 30
                                         *my-pathname*))))
31 31
    (terpri))
32 32
 
33
-  ((ql:quickload :daydreamer)))
33
+  ((ql:quickload :daydreamer))
34
+
35
+  ((asdf/driver:symbol-call :daydreamer.cli :dump)))