Don't run versions < 6.3, as recent implementations of syntax-parse seem to have some small incompatibilities (e.g. racket/struct is missing from old Racket versions)
This commit is contained in:
parent
9bfa089c45
commit
cc475654b4
|
@ -20,10 +20,10 @@ env:
|
|||
# Supply more than one RACKET_VERSION (as in the example below) to
|
||||
# create a Travis-CI build matrix to test against multiple Racket
|
||||
# versions.
|
||||
- RACKET_VERSION=6.0 RECENT=false
|
||||
- RACKET_VERSION=6.1 RECENT=false
|
||||
- RACKET_VERSION=6.1.1 RECENT=true
|
||||
- RACKET_VERSION=6.2 RECENT=true
|
||||
#- RACKET_VERSION=6.0 RECENT=false
|
||||
#- RACKET_VERSION=6.1 RECENT=false
|
||||
#- RACKET_VERSION=6.1.1 RECENT=true
|
||||
#- RACKET_VERSION=6.2 RECENT=true
|
||||
- RACKET_VERSION=6.3 RECENT=true
|
||||
- RACKET_VERSION=6.4 RECENT=true
|
||||
- RACKET_VERSION=6.5 RECENT=true
|
||||
|
|
Loading…
Reference in New Issue
Block a user