From 35970e50380a3917cf782eab950944fb93d61a39 Mon Sep 17 00:00:00 2001 From: Eitaro Fukamachi Date: Sun, 23 Oct 2016 01:18:03 +0900 Subject: [PATCH] Allow failures with CLISP, AllegroCL and CMUCL. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index a9e139a..678c84e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,12 @@ env: - LISP=allegro - LISP=cmucl +matrix: + allow_failures: + - LISP=clisp + - LISP=allegro + - LISP=cmucl + install: # Install Roswell - curl -L https://raw.githubusercontent.com/roswell/roswell/$ROSWELL_BRANCH/scripts/install-for-ci.sh | sh