Add Travis CI support and add badge to README

This commit is contained in:
2018-02-24 00:32:34 +01:00
parent 8353354be3
commit a1677371c4
2 changed files with 29 additions and 3 deletions

20
.travis.yml Normal file
View File

@ -0,0 +1,20 @@
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")'