Skip to content

Commit

Permalink
Don't test on Lisps that are failing alot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lambert committed Nov 11, 2019
1 parent ab992a8 commit 4f93d8b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@ env:
global:
- TEST_FORM="(unless (lisp-unit:run-tests :all :dct-test) (uiop:quit 1))"
matrix:
# The full set used by quicklisp is:
- "LISP=sbcl COVERALLS=true"
- LISP=sbcl
- LISP=abcl
- LISP=ccl
- LISP=clisp
- LISP=allegro
- LISP=cmucl
- LISP=sbcl32
- LISP=ccl32
- LISP=clisp32

install:
- curl -L https://github.com/luismbo/cl-travis/raw/master/install.sh | sh
Expand Down

0 comments on commit 4f93d8b

Please sign in to comment.