We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a750ccb commit 0c73f12Copy full SHA for 0c73f12
1 file changed
.travis.yml
@@ -8,17 +8,17 @@ env:
8
- LISP=ccl
9
- LISP=ecl
10
- LISP=abcl
11
+ - LISP=clisp
12
- LISP=allegro
- - LISP=ccl32
13
- LISP=sbcl32
14
- - LISP=cmucl
+ - LISP=ccl32
15
+ # - LISP=cmucl
16
17
jobs:
18
allow_failures:
- - env: LISP=allegro
19
- - env: LISP=ccl32
20
- - env: LISP=cmucl
21
- env: LISP=sbcl32
+ - env: LISP=ccl32
+ # - env: LISP=cmucl
22
23
notifications:
24
email:
0 commit comments