Update Travis CI setup

This commit is contained in:
2020-02-15 14:26:52 +01:00
parent ba28e9caa8
commit fb940e63b8

View File

@ -11,8 +11,14 @@ env:
- LISP=ccl32
- LISP=clisp
- LISP=clisp32
- LISP=cmucl
- LISP=ecl
matrix:
allow_failures:
- env: LISP=ccl32
- env: LISP=cmucl
install:
- curl -L https://github.com/luismbo/cl-travis/raw/master/install.sh | sh