Disabled code coverage on old versions where there is a conflict
This commit is contained in:
parent
2c21a489cb
commit
89133cdc9b
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user