git.fiddlerwoaroof.com
Browse code

Add vector-update-stream to cloned repos

fiddlerwoaroof authored on 26/06/2017 16:59:39
Showing 1 changed files
... ...
@@ -30,7 +30,9 @@ install:
30 30
     else
31 31
       curl https://raw.githubusercontent.com/luismbo/cl-travis/master/install.sh | sh;
32 32
     fi     
33
-  - 'cd $HOME/quicklisp/local-projects && git clone http://git.elangley.org/git/u/edwlan/fwoar.lisputils.git'
33
+  - 'cd $HOME/quicklisp/local-projects
34
+     git clone http://git.elangley.org/git/u/edwlan/fwoar.lisputils.git
35
+     git clone http://git.elangley.org/git/u/edwlan/vector-update-stream.git'
34 36
 
35 37
 # this serves as an example of how to use the 'cl' script (provided by
36 38
 # CIM) to test your Lisp project. Here, we're using the RT framework