Don't use can-fail: false in matrix.

This commit is contained in:
Alexander Artemenko 2021-01-26 17:48:24 +03:00
parent 218b499907
commit cd811ad7f0

View file

@ -33,13 +33,10 @@ jobs:
quicklisp-dist: quicklisp-dist:
- quicklisp - quicklisp
- ultralisp - ultralisp
can-fail:
- false
include: include:
# Fails because this error on cl-info start: # Fails because this error on cl-info start:
# ill-formed handler binding ((LAMBDA (DEFMAIN/DEFMAIN::C) (DECLARE (IGNORABLE DEFMAIN/DEFMAIN::C)) (UIOP/IMAGE:QUIT 0))) # ill-formed handler binding ((LAMBDA (DEFMAIN/DEFMAIN::C) (DECLARE (IGNORABLE DEFMAIN/DEFMAIN::C)) (UIOP/IMAGE:QUIT 0)))
- lisp: abcl - lisp: abcl
os: maxos-latest
can-fail: true can-fail: true
# Seems allegro is does not support 64bit OSX. # Seems allegro is does not support 64bit OSX.
# Unable to install it using Roswell: # Unable to install it using Roswell: