mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
Tests require Dexador.
This commit is contained in:
parent
a1b155fa1c
commit
e005f194a4
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ install:
|
|||
# Install cl-travis
|
||||
- curl https://raw.githubusercontent.com/luismbo/cl-travis/master/install.sh | bash
|
||||
|
||||
before_script:
|
||||
- git clone https://github.com/fukamachi/dexador ~/lisp/dexador
|
||||
|
||||
script:
|
||||
- cl -l prove -e '(or (prove:run :t-lack) (uiop:quit -1))'
|
||||
- cl -l prove -e '(or (prove:run :t-lack-middleware-static) (uiop:quit -1))'
|
||||
|
|
Loading…
Add table
Reference in a new issue