From fb940e63b89a6c4d168153dbf046552e106eb8a5 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Sat, 15 Feb 2020 14:26:52 +0100 Subject: [PATCH] Update Travis CI setup --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7f52357..438fcd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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