lack/.travis.yml
2015-03-07 04:28:37 +09:00

18 lines
403 B
YAML

language: common-lisp
env:
matrix:
- LISP=sbcl
- LISP=ccl
- LISP=clisp
- LISP=allegro
- LISP=abcl
- LISP=ecl
install:
# Install cl-travis
- curl https://raw.githubusercontent.com/luismbo/cl-travis/master/install.sh | bash
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))'