Tests require Dexador.

This commit is contained in:
Eitaro Fukamachi 2015-03-07 04:29:29 +09:00
parent a1b155fa1c
commit e005f194a4

View file

@ -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))'