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:
Georges Dupéron 2017-01-22 18:31:34 +01:00
parent 9bfa089c45
commit cc475654b4

View File

@ -20,10 +20,10 @@ env:
# Supply more than one RACKET_VERSION (as in the example below) to # Supply more than one RACKET_VERSION (as in the example below) to
# create a Travis-CI build matrix to test against multiple Racket # create a Travis-CI build matrix to test against multiple Racket
# versions. # versions.
- RACKET_VERSION=6.0 RECENT=false #- RACKET_VERSION=6.0 RECENT=false
- RACKET_VERSION=6.1 RECENT=false #- RACKET_VERSION=6.1 RECENT=false
- RACKET_VERSION=6.1.1 RECENT=true #- RACKET_VERSION=6.1.1 RECENT=true
- RACKET_VERSION=6.2 RECENT=true #- RACKET_VERSION=6.2 RECENT=true
- RACKET_VERSION=6.3 RECENT=true - RACKET_VERSION=6.3 RECENT=true
- RACKET_VERSION=6.4 RECENT=true - RACKET_VERSION=6.4 RECENT=true
- RACKET_VERSION=6.5 RECENT=true - RACKET_VERSION=6.5 RECENT=true