mirror of
https://github.com/pmai/Deflate.git
synced 2025-12-21 21:14:29 +01:00
21 lines
336 B
YAML
21 lines
336 B
YAML
language: lisp
|
|
sudo: required
|
|
|
|
env:
|
|
matrix:
|
|
- LISP=abcl
|
|
- LISP=allegro
|
|
- LISP=sbcl
|
|
- LISP=sbcl32
|
|
- LISP=ccl
|
|
- LISP=ccl32
|
|
- LISP=clisp
|
|
- LISP=clisp32
|
|
- LISP=ecl
|
|
|
|
install:
|
|
- curl -L https://github.com/luismbo/cl-travis/raw/master/install.sh | sh
|
|
|
|
script:
|
|
- cl -e '(ql:quickload "deflate")'
|