Skip to content

Commit

Permalink
Disable CMUCL tests
Browse files Browse the repository at this point in the history
The latest CMUCL snapshots seem to be having trouble in the Travis CI. Disabling
them until someone finds the time to figure out what's going on there.
  • Loading branch information
luismbo committed Aug 14, 2015
1 parent bbca70d commit 5db3c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,10 +7,10 @@ env:

# for emacs24, use more combinations
- "CHECK_TARGET=check LISP=sbcl EMACS=emacs24"
- "CHECK_TARGET=check LISP=cmucl EMACS=emacs24"
#- "CHECK_TARGET=check LISP=cmucl EMACS=emacs24"
- "CHECK_TARGET=check LISP=ccl EMACS=emacs24"
- "CHECK_TARGET=check-fancy LISP=sbcl EMACS=emacs24"
- "CHECK_TARGET=check-fancy LISP=cmucl EMACS=emacs24"
#- "CHECK_TARGET=check-fancy LISP=cmucl EMACS=emacs24"
- "CHECK_TARGET=check-fancy LISP=ccl EMACS=emacs24"

# also, for emacs24/sbcl test some more contribs in isolation
Expand Down

0 comments on commit 5db3c25

Please sign in to comment.