Disabled code coverage on old versions where there is a conflict

This commit is contained in:
Suzanne Soy 2021-02-26 15:14:00 +00:00
parent 2c21a489cb
commit 89133cdc9b

View File

@ -13,11 +13,11 @@ env:
- RACKET_VERSION=6.1.1 COV=false
- RACKET_VERSION=6.2 COV=false
- RACKET_VERSION=6.3 COV=false
- RACKET_VERSION=6.4 COV=true
- RACKET_VERSION=6.5 COV=true
- RACKET_VERSION=6.6 COV=true
- RACKET_VERSION=6.7 COV=true
- RACKET_VERSION=6.8 COV=true
- RACKET_VERSION=6.4 COV=false
- RACKET_VERSION=6.5 COV=false
- RACKET_VERSION=6.6 COV=false
- RACKET_VERSION=6.7 COV=false
- RACKET_VERSION=6.8 COV=false
- RACKET_VERSION=6.9 COV=true
- RACKET_VERSION=6.10 COV=true
- RACKET_VERSION=6.10.1 COV=true