Skip to content

Commit

Permalink
Allow failures with CLISP, AllegroCL and CMUCL.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Oct 22, 2016
1 parent 560cf02 commit 35970e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 35970e5

Please sign in to comment.