Skip to content

Commit

Permalink
enable Coveralls integration on SBCL, disable CLISP, ECL, and ABCL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thephoeron committed Jun 26, 2015
1 parent 52826e4 commit 1dd9d3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ sudo: required

env:
matrix:
- LISP=sbcl
- LISP=sbcl COVERALLS=true
- LISP=ccl
- LISP=clisp
- LISP=ecl
- LISP=abcl
# - LISP=clisp
# - LISP=ecl
# - LISP=abcl

install:
- if [ -x ./install.sh ] && head -2 ./install.sh | grep '^# cl-travis' > /dev/null;
Expand Down

0 comments on commit 1dd9d3e

Please sign in to comment.