Skip to content

Commit 2d5a059

Browse files
Add fixes for issues on Travis
* Needed newer version of OSX toolchain * CL-Coveralls is temporarily broken
1 parent d98d990 commit 2d5a059

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ env:
1919
jobs:
2020
- LISP=sbcl-bin DOCS=true
2121
COVERALLS_TEST=:noncoveralls-tests
22-
- LISP=sbcl-bin COVERALLS=true COVERAGE_EXCLUDE=t:test-launcher.txt
23-
COVERALLS_TEST=:coveralls-tests
22+
# CL-coveralls is temporaraly broken
23+
# - LISP=sbcl-bin COVERALLS=true COVERAGE_EXCLUDE=t:test-launcher.txt
24+
# COVERALLS_TEST=:coveralls-tests COVERALLS_REPO_TOKEN=ignore
2425
- LISP=abcl
2526
COVERALLS_TEST=:noncoveralls-tests
2627
- LISP=ecl
@@ -36,8 +37,10 @@ jobs:
3637
include:
3738
- os: osx
3839
env: LISP=sbcl-bin
40+
osx_image: xcode12.2
3941
- os: osx
4042
env: LISP=ccl-bin
43+
osx_image: xcode12.2
4144

4245
cache:
4346
directories:

0 commit comments

Comments
 (0)